Please carbon-copy me on replies.
If this is covered in the documentation, sorry I overlooked it. Please
point me to it. (I also posted to phpesp-general list a few days ago but
didn't receive any response.)
I am helping with a survey that is using phpESP. (I didn't install or
configure it.)
The survey includes 200 statements that each have three questions to
cover.
Is it possible with phpESP to have one phpESP question have multiple radio
lists?
For example (in HTML):
<p>
<b>1. The statement here.</b><br />
Frequency scale: How often is this task done in your job?<br />
Never: <input type="radio" name="freq-1" value="A">
Less than yearly: <input type="radio" name="freq-1" value="B">
Yearly: <input type="radio" name="freq-1" value="C">
Weekly: <input type="radio" name="freq-1" value="D">
Quarterly: <input type="radio" name="freq-1" value="E">
Monthly: <input type="radio" name="freq-1" value="F">
Daily: <input type="radio" name="freq-1" value="G">
Several times each day: <input type="radio" name="freq-1" value="H">
<br />
Importance scale: How important is this task for the successful
performance of your job?<br />
None: <input type="radio" name="imp-1" value="0">
Low: <input type="radio" name="imp-1" value="1">
Some: <input type="radio" name="imp-1" value="2">
Very: <input type="radio" name="imp-1" value="3">
Essential: <input type="radio" name="imp-1" value="4">
</p>
Notice above there are three different radio names.
Currently, we have the above done using checkboxes, but the survey taker
could choose multiple for one area. I'd like to use radio to keep them
from having multiple answers.
Can phpESP do the above?
Please carbon-copy me on replies.
Thank you,
Jeremy C. Reed
Low cost press releases
http://www.reedmedia.net/
|