{% extends "global/Page.html" %} {% block title %} {% if player.round_number == 1 %} Word Unscrambling Practice {% else %} Word Unscrambling Task {% endif %} {% endblock %} {% block content %}

Unscramble the word below. Type your answer and click "Submit".

Tip: If you are stuck on a word, you can type any incorrect answer and click "Submit" to skip to a new word.

{% if player.round_number > 1 %}

Your goal is to unscramble at least 1 word correctly.

{% endif %}

Scrambled Word: {{ player.scramble_word }}






Correct: {{ player.num_correct }} {% endblock %} {% block script %} {% endblock %}