Quiz Script With Sliding (accurate/inaccurate) Answer Key

I need a script which…

1. takes items from a .txt file

Example:

Version 1.00

Items
I like chicken wings.
I like donuts.
I like apples.

2. randomizes there order

3. has an interactive sliding scale answer key (0-100 or 0.0 to 10.0) which is compatible with most browsers (and a backup text window for the user to fill in a 0-100 number if their browser can’t load the interactive scale). i prefer javascript or jquery, or whatever you think would be most compatible. I don’t want flash.

Example:
1. I like chicken wings.
Innaccurate—–|—–Accurate
(I’ll send you a picture of what I want it to look like.)

4. will reverse the answer value of an item if it has a ‘-‘ next to it in the items .txt file (i.e. I like chicken wings.-)

5. creates an alert popup box for missed questions
Example:
you missed questions 3,7,23

6. writes item answer data to a mysql database

7. creates a temporary cookie (or similar method) to avoid duplicate data writes of the same quiz data to my database

8. loads a results page after the user presses the submit button

9. has an accuracy scale on the results page which allows the user to rate the results (that accuracy score is added to the database in the same row as that user’s item data)

———————–

I also need the same thing as above except the script loads word choice pairs (Happy|Sad, Mean|Nice, etc.) from a .txt file

Example:

Adjust the scale below to match where you are in relation to each word pair

1. Happy—–|—–Sad

2. Mean—–|—–Nice

Leave a Reply

Your email address will not be published. Required fields are marked *