{{ extends 'global/Voting_base.html' }} {# try3: final attempt — stronger danger warning, and crucially the submit mechanism changes: radio no longer auto-submits; an explicit Next button is shown instead. This matches the old try3 behaviour where participants must consciously confirm their answer on the last chance. #} {{ block title }} Interface Practice - Final Attempt ({{qu_num}}/{{qu_rep}}) {{ endblock }} {{ block intro_header }}⚠️ Final Try{{ endblock }} {{ block attempt_warning }}
⚠️ You have gotten this question wrong twice but passed the attention check. This is your final try for getting this practice question correct.

Please take a moment to carefully review the key points again:

{{ endblock }} {{ block intro_body }}
🔁 Final Attempt
Please try once more. Remember, the practice questions check that you understand how to use the interface and which vote matches the example scenario. This does not affect your payment. {{ endblock }} {# Disable auto-submit so participant must click Next to confirm their last-chance answer #} {{ block radio_onchange }}{{ endblock }} {{ block submit_button }} {{ endblock }}