Added maximum score

Antonio Cañas Vargas 2019-11-28 10:43:56 +01:00
parent d4c749cd5b
commit 38b58d4c8e
1 changed files with 2 additions and 1 deletions

@ -8,6 +8,7 @@ The **ASSESSMENT > Games** option allows face-to-face tests in the classroom. In
To **create** a new game and add it to the list of existing games, click on the _New game_ icon (plus sign) in the upper left corner of the box where the games are listed, or on the _New game_ button at the bottom of that box. A form will appear with the following fields:
* **Title**. A title for the game (for example _Exam Theme 1_).
* **Maximum grade**. A positive real number (for example _0.2_). The score obtained in a match of this game will be scaled in such a way that the maximum score (which coincides with the number of questions) will correspond to this maximum grade.
* **Description**. Brief optional description of the game.
Once filled in the two fields, press the _Create game_ button. A confirmation message, the same title and description edit box, and a second box to [add one or more questions](#questions) to the newly created game will be displayed. The new game will also be displayed in the updated game list.
@ -34,7 +35,7 @@ To **remove** an existing game, click on the _Delete_ icon (red trash can). To e
To **hide** an existing game, click on the _Hide_ icon (eye). To **show** a hidden game, click on the _Show_ icon (strikethrough eye).
To **edit** an existing game, click on the _Edit_ icon (pencil). A form identical to the one shown to [create a new game](#new-game) will appear, allowing you to edit the title and description. When editing is complete, click on the _Save changes_ button. If the game has no matches, you can also edit its [questions](#questions). If it already has matches, the question edition will remain locked until all its matches are deleted.
To **edit** an existing game, click on the _Edit_ icon (pencil). A form identical to the one shown to [create a new game](#new-game) will appear, allowing you to edit the title, the maximum grade and the description. When editing is complete, click on the _Save changes_ button. If the game has no matches, you can also edit its [questions](#questions). If it already has matches, the question edition will remain locked until all its matches are deleted.
## Matches