{{ extends 'global/Page.html' }}
{{ block title }}Results{{ endblock }}
{{ block content }}
{{ product_description }}
{{ if participant.mpl_treatment == "mmpl"}}The randomly selected task is Task A: Option A (Product) or Option B (Money).
The randomly selected product for the payment stage is {{ product_description }}.
Your switch point in this round is ${{ participant.mpl_decision }}. This means that you chose Option A for all questions before Question #{{ participant.mpl_decision_question }} and Option B for all questions at and after Question #{{ participant.mpl_decision_question }}.
The randomly selected question number is #{{ participant.mpl_question_to_pay }}.
{{ if participant.mpl_decision_question > participant.mpl_question_to_pay }}Therefore, your choice for the payment stage is Option A.
Your final payment from this experiment is:
Therefore, your choice for the payment stage is Option B.
Your final payment from this experiment is:
The randomly selected task is Task B: Option X (Buy Product) or Option Y (Nothing) given ${{ C.ENDOWMENT }}.
The randomly selected product for the payment stage is {{ product_description }}.
Your switch point in this round is ${{ participant.mpl_decision }}. This means that you chose Option X for all questions before Question #{{ participant.mpl_decision_question }} and Option Y for all questions at and after Question #{{ participant.mpl_decision_question }}.
The randomly selected question number is #{{ participant.mpl_question_to_pay }}.
{{ if participant.mpl_decision_question > participant.mpl_question_to_pay }}Therefore, your choice for the payment stage is Option X.
Your final payment from this experiment is:
Therefore, your choice for the payment stage is Option Y.
Your final payment from this experiment is:
Please click the "Next" button below to continue.
{{ next_button }} {{ endblock }}