I am trying to write an online questionnaire. There are about 80 questions, and each one has three parts to the response. There is a Yes/No answer, a rating of 1 thur 5, and a comment section. My goal is to present the questions one at a time and have the user "Submit" the responses each time. In other words, I want the responses to each question posted to the database one question at a time. I think the database would be a monster, otherwise.
My problem is, that when I submit the responses to the first question, it clears all my variables, so I am not sure what to use for a counter. Variables that were defined the first time through are no longer defined when I come back to the question page template.
Any suggestions or guidance greatly appreciated.
My problem is, that when I submit the responses to the first question, it clears all my variables, so I am not sure what to use for a counter. Variables that were defined the first time through are no longer defined when I come back to the question page template.
Any suggestions or guidance greatly appreciated.