EASY SELF-SCORING QUIZZES ABOUT DRAMA - 3 liceo
![]() |
Before trying the self-scoring quizzes, study the materials in the websites on the right cell next to the each quiz title. | |||||||||||||
1. Shakespeare's Plays | Everything you wanted to know on Shakespeare | |||||||||||||
2.
Spenser: the Renaissance Epic Poem: The Faerie Queene
|
Configuring the quiz: As mentioned above, all changes to the quiz is made in the external js file (popsolution.js). There are 4 steps to this process (You may want to have the file open right now).
Step 1: Change var total=5 in the first line to reflect the number of questions you're using.
Step 2: Change the text inside array compliments[] to reflect the phrases that will be randomly shown to the user if he/she correctly answers the question.
Step 3: This is the most important step- editing the questions. Each question follows the below format:
question[1]="What
is the difference between a jungle and a rain forest?"
choice1[1]="No
difference. Simply two different ways in referring to the same thing."
choice1[2]="A
jungle in general receives less rain than a rain forest."
choice1[3]="A
jungle refers to the thickest area of a rain forest"
choice1[4]="A
jungle and a rain forest each contain their own group of distinct plants and
animals."
Change the number in red to reflect the question number. The first line contains the actual question, the remaining lines the choices associated with the question.
Step 4: The final part is to change array solution[] to reflect the solution to each question.
You're done!