INT. CLASSROOM DESK - DAY
@transition fade in
@zoom reset
@cut to zone 1
@AVA spot 1.280 67 58 in zone 1
&AVA moves to layer 2
@AVA is idle_sit_anklescrossed_neutral_loop
@MEGAN spot 1.280 274 57 in zone 1
&MEGAN moves to layer -1
@MEGAN is idle_sit_neutral_loop
@pause for 1
NARRATOR (SCIENCE TEACHER)
Hi Students! Please read pages 1-20 today!
@pause for 1
@add Binder School Open Navy Blue to AVA
@add Binder School Open Navy Blue to MEGAN
@AVA is read_sit_book_open_neutral_loop AND MEGAN is read_sit_book_open_neutral_loop
@pause for 0.5
@remove Binder School Open Navy Blue from AVA
@remove Binder School Open Navy Blue from MEGAN
@AVA is idle_sit_anklescrossed_neutral_loop
@MEGAN is idle_sit_anklescrossed_sad_loop
label quizstart
@AVA =0
NARRATOR (SCIENCE TEACHER)
Today we’re going to do a mini quiz.
You need to answer (5) questions. If you get more than 3 correct, you get a candy!
#More instructions here
NARRATOR (SCIENCE TEACHER)
Q1: What does DNA stand for?
choice
“Deoxyribonucleic acid”{
NARRATOR (SCIENCE TEACHER)
Correct.
@AVA +1
}“Damage Acid”{
NARRATOR (SCIENCE TEACHER)
Wrong.
}“Dexoy acid”{
NARRATOR (SCIENCE TEACHER)
Wrong.
}
NARRATOR (SCIENCE TEACHER)
Q2: What is the biggest planet in our solar system?
choice
“Jupier”{
NARRATOR (SCIENCE TEACHER)
Correct.
@AVA +1
}“Mars”{
NARRATOR (SCIENCE TEACHER)
Wrong.
}“Venus”{
NARRATOR (SCIENCE TEACHER)
Wrong.
}
NARRATOR (SCIENCE TEACHER)
Q3: Which is the main gas that makes up the Earth’s atmosphere?
choice
“Nitrogen”{
NARRATOR (SCIENCE TEACHER)
Correct.
@AVA +1
}“Gas”{
NARRATOR (SCIENCE TEACHER)
Wrong.
}“Oxygen”{
NARRATOR (SCIENCE TEACHER)
Wrong.
}
NARRATOR (SCIENCE TEACHER)
Q4: What is the rarest blood type?
choice
“AB negative”{
NARRATOR (SCIENCE TEACHER)
Correct.
@AVA +1
}"AB Neutrual "{
NARRATOR (SCIENCE TEACHER)
Wrong.
}“AB Positive”{
NARRATOR (SCIENCE TEACHER)
Wrong.
}
NARRATOR (SCIENCE TEACHER)
Q5: True or false: sound travels faster in air than in water.
choice
“False”{
NARRATOR (SCIENCE TEACHER)
Correct.
@AVA +1
}"True "{
NARRATOR (SCIENCE TEACHER)
Wrong.
}“None”{
NARRATOR (SCIENCE TEACHER)
Wrong.
}
#QUIZ ENDED#
NARRATOR (SCIENCE TEACHER)
Now, let’s calculate the results…
if (@AVA >3){
readerMessage You got a candy!! Good job!
NARRATOR (SCIENCE TEACHER)
Good job! You get a candy!
#story blah blah blah
}else{
readerMessage You didn’t pass the quiz, no candy for you.
NARRATOR (SCIENCE TEACHER)
Take the quiz again!
goto quizstart
}
I test it and I got every question right and I had to take the quiz again… How do I fix this?