#}
{##}
{# #}
{# #}
{#
#}
{# {% for task, task_details in instructions['tasks'].items() %}#}
{# {% if loop.index == ([session['game5']['task_completed'] + 1, 4] | min) %}#}
{# {% set show_text = 'show' %}#}
{# {% set active_text = 'active' %}#}
{# {% else %}#}
{# {% set show_text = '' %}#}
{# {% set active_text = '' %}#}
{# {% endif %}#}
{#
#}
{#
{{ instructions['titles'][loop.index0] }}
#}
{##}
{#
#}
{# {% set task_index = loop.index %}#}
{# {% for step, details in instructions['explorations'][loop.index0].items() %}#}
{# - #}
{# #}
{#
#}
{#
#}
{# {{ details }}#}
{#
#}
{#
#}
{# #}
{# {% endfor %}#}
{##}
{# #}
{# - #}
{# #}
{#
#}
{#
#}
{# {{ task_details }}#}
{#
#}
{#
#}
{# #}
{# #}
{#
#}
{##}
{# #}
{# {% if task_index == 3 %}#}
{#
#}
{#
Target M: (0, 0, 0)
#}
{#
Try again.
#}
{#
#}
{#
Randomize!
#}
{#
Check
#}
{# {% endif %}#}
{##}
{#
Next
#}
{##}
{#
#}
{# Complete and check all steps to move on.#}
{#
#}
{# {% set dnone = '' if session['game5']['task_completed'] >= task_index else 'd-none' %}#}
{##}
{# {% set success_message = 'This step has been completed' if task_index < 4 else#}
{# 'All steps complete. Congratulations! To earn the remaining stars, answer the questions to the right.' %}#}
{##}
{#
#}
{# {{ success_message }}#}
{# {% if task_index == 4 %}#}
{# Next game! #}
{# {% endif %}#}
{#
#}
{##}
{##}
{#
#}
{##}
{##}
{##}
{# {% endfor %}#}
{##}
{##}
{##}
{#
#}
{#
#}
{##}
{##}
{#