alvaryts wrote:
I need that all the questions in a section of the survey have an automatic answer, each user must view each question answered automatically, if is posible, this answer must be not editable by users.
Something i don't understand:
Default answer, not editable by user.
It's not an answer, it's an information.
You can use question text to give information.
Can you explian more the prupose of an automatic answer without modification ?
If you need some text box/input box without modification, you can put HTML directly in question:
For example:
The answer had to be:
<input type="text" name="exampleDemo" value="the input"
readonly="readonly" />
Denis