I will ask you a series of three questions. If you get at least 2 correct, you will win. (set: $numberRight to 0) Ready to start? [[Yes->q1]]What is your name? [[Arthur, King of the Britons->q1a1]] [[Sir Robin of Camelot->q1a2]] [[Schmendrick->q1a3]](set: $numberRight to $numberRight + 1) Good. [[Next question->q2]]Wrong. [[Next question->q2]]Wrong. [[Next question->q2]]What is your quest? [[To find the Ruby Yacht->q2a2]] [[To seek the Holy Grail->q2a1]] [[I don't know->q2a3]]Wrong. [[Next question->q3]](set: $numberRight to $numberRight + 1) Good. [[Next question->q3]]Wrong. [[Next question->q3]]What is your favorite color? [[Red->q3a2]] [[Green->q3a3]] [[Blue->q3a1]]Wrong. [[Finish]]Wrong. [[Finish]](set: $numberRight to $numberRight + 1) Good. [[Finish]]You got $numberRight questions right. (if: $numberRight >= 2)[Congratulations. You win.] (else:)[Sorry, you fail.]