In a questionnaire in webpage using frontpage, what's the best way to put in
the questionnaire likert scales ?

Thanks in advance for any help

RE: how to put likert scales ? by DanL

DanL
Mon May 05 08:42:00 CDT 2008

Use a form and make the input type of the choices radio buttons.

"JR" wrote:

> In a questionnaire in webpage using frontpage, what's the best way to put in
> the questionnaire likert scales ?
>
> Thanks in advance for any help

RE: how to put likert scales ? by JR

JR
Mon May 05 11:30:01 CDT 2008

OK, thanks.

I tought that the buttons allowed multiple selection and fortunately they
don't.



"Dan L" wrote:

> Use a form and make the input type of the choices radio buttons.
>
> "JR" wrote:
>
> > In a questionnaire in webpage using frontpage, what's the best way to put in
> > the questionnaire likert scales ?
> >
> > Thanks in advance for any help

Re: how to put likert scales ? by Andrew

Andrew
Mon May 12 16:33:10 CDT 2008

"option buttons" allow only one option to be selected; use *checkboxes*
instead.

<input type="checkbox"> (etc).

"JR" <JR@discussions.microsoft.com> wrote in message
news:583FE99F-8D4B-46D9-8203-DDCAE452A116@microsoft.com...
> OK, thanks.
>
> I tought that the buttons allowed multiple selection and fortunately they
> don't.
>
>
>
> "Dan L" wrote:
>
>> Use a form and make the input type of the choices radio buttons.
>>
>> "JR" wrote:
>>
>> > In a questionnaire in webpage using frontpage, what's the best way to
>> > put in
>> > the questionnaire likert scales ?
>> >
>> > Thanks in advance for any help