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

Suppose that the round with {{ C.EXAMPLE }} is selected in the payment stage.
Note: In Task A, remind that Option A is choosing the product and Option B is choosing the money.

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

{{ formfield 'quiz_1a' label="(a) At Question #185, the dollar value for Option B is $1.85."}} {{ formfield 'quiz_1b' label="(b) What is the chosen option in Scenario 1?" }} {{ formfield 'quiz_1c' label="(c) The final payment in Scenario 1 is Cheeseburger."}}

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

{{ formfield 'quiz_2a' label="(a) At Question #766, the dollar value for Option B is $1.85."}} {{ formfield 'quiz_2b' label="(b) What is the chosen option in Scenario 2?" }} {{ formfield 'quiz_2c' label="(c) The final payment in Scenario 2 is $7.66."}} {{ endblock }}