Skip to content

User scenarios

AndrewRa edited this page Aug 22, 2019 · 2 revisions

Scenario: game session (answering the set of questions)

Goal: provide the Player with the questions from the chosen set to determine his calibration. The calibration level with the correct answers should be continuously shown to the Player because the feedback loop is the main way of learning.

Environment: Given the set of questions, some previous historical data, session score = 0.

Interactions:

  1. The Player starts the session. The first question is displayed.
  2. The Player answer the single question (see "answer the single question" scenario) one by one.
  3. The Player answer the Nth question. Correct answer and points are shown to him. Also, Analytics with current calibration is shown to him.
  4. On some point, the Player wants to stop the current session and see his "calibration analytics". //TO DO: How he is able to do this?

Scenario: answer the single question

Goal: of the Player is to distribute the probabilities, see if he made it right and how the score is changed.

Environment: the score from the previous answer. The question and answers screen.

Interactions: //TO DO


Clone this wiki locally