{{ extends 'global/Page.html' }} {{ block title }}Answers{{ endblock }} {{ block content }}

Suppose that the round with {{ C.EXAMPLE }} is selected in the payment stage.
Note: In Task B, remind that Option X is buying the product and Option Y is doing nothing.

Scenario 1. Suppose that your switch point is $5.02 and the randomly selected question number is #185.

(a) At Question #185, the price of Option X is $1.85.
{{ if player.quiz_1a == "True"}} Correct: The answer is True. {{ else }} Incorrect: The correct answer is True. {{ endif }}

(b) What is the chosen option in Scenario 1?
{{ if player.quiz_1b == "X"}} Correct: The answer is Option X. {{ else }} Incorrect: The correct answer is Option X. {{ endif }}

(c) The final payment in Scenario 1 is {{ C.EXAMPLE }} and $1.85.
{{ if player.quiz_1c == "False"}} Correct: The answer is False. The correct payment is {{ C.EXAMPLE }} and $8.15. {{ else }} Incorrect: The correct answer is False. The correct payment is {{ C.EXAMPLE }} and $8.15. {{ endif }}


Scenario 2. Suppose that your switch point is $6.56 and the randomly selected question number is #766.

(a) At Question #766, the price of Option X is $1.85.
{{ if player.quiz_2a == "False"}} Correct: The answer is False. The correct price of Option X is $7.66. {{ else }} Incorrect: The correct answer is False. The correct price of Option X is $7.66. {{ endif }}

(b) What is the chosen option in Scenario 2?
{{ if player.quiz_2b == "Y"}} Correct: The answer is Option Y. {{ else }} Incorrect: The correct answer is Option Y. {{ endif }}

(c) The final payment in Scenario 2 is $10.
{{ if player.quiz_2c == "True"}} Correct: The answer is True. {{ else }} Incorrect: The correct answer is True. {{ endif }}


Please click the "Start Task B" button below to continue.

{{ endblock }}