Type in choice question 2022

label science_quiz2

input What does DNA stand for? | What does DNA stand for? | Done(ANSWER)

if (ANSWER is "Deoxyribonucleic acid ") {

    NARRATOR (SCIENCE TEACHER)

Correct! You know what DNA stands for!

@AVA +1

} else {

    NARRATOR (SCIENCE TEACHER)
That is the wrong Answer
Please try again..

@AVA -1

goto science_quiz2

}

Can you do a point system with this?

What do you mean? You’re using the points system with AVA +1 and AVA -1 :sweat_smile: Also I would add an option without upper case, some keyboard don’t do that on default :slight_smile:

elif (ANSWER is "deoxyribonucleic acid ")

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.