Solved
Quiz/Survey software for website
Posted on 2012-04-11
I am trying to host a quiz/survey on a website. I am looking for a solution using just html and javascript (e.g. for use with Dreamweaver) or an extension for Joomla or Wordpress, or possibly asp.net.
I would like to present statements in 10 sections. In each section, i want to draw statements from a database and display them on the screen with a checkbox on the right hand side. When presented to the user, the user can choose to select or not select the corresponding statement. He/she would do this for each of the statements in that section. Upon clicking "Submit," the software would count the number of statements "selected" and based on that number, give feedback to the user and display the statements "not selected." The user would have another chance to select the remaining ones, and then click "Submit" again. On the second "submit" the user would be taken to the next section to select or not select statements in that section.
This would continue to the last section upon which selecting "submit" for the second time, would take the user to another page.
So this is not really a "Quiz" because each statement does not really have a graded answer.
And it is not really a "Survey" because feedback is given as to which statements where "selected."
Is there any web software out there (or any extensions in joomla, or plugins for Wordpress, or something for asp.net) that would work to implement this sort of thing?
Th;anks in advance,
Mark