From 64d0b5a6d12c303d003c63697fb5c5d026780cd7 Mon Sep 17 00:00:00 2001 From: Diego Villanueva <98838739+UO283615@users.noreply.github.com> Date: Sat, 27 Apr 2024 18:30:01 +0200 Subject: [PATCH 1/2] Requirements revisited --- docs/src/13_annex.adoc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/src/13_annex.adoc b/docs/src/13_annex.adoc index 855febbd..cf53d020 100644 --- a/docs/src/13_annex.adoc +++ b/docs/src/13_annex.adoc @@ -46,7 +46,6 @@ ifndef::imagesdir[:imagesdir: ../images] ** FR-DMU 1.1. Registered users shall be able to access the number of games they have played. ** FR-DMU 1.2. Registered users shall be able to access the number of questions they have answered correctly. ** FR-DMU 1.3. Registered users shall be able to access the number of questions they have answered incorrectly. -** FR-DMU 1.4. Registered users shall be able to access the time they have spent within the system. ** FR-DMU 1.5. Registered users shall be able to access the ranking of the game. ==== Play to WIQ. @@ -66,7 +65,7 @@ ifndef::imagesdir[:imagesdir: ../images] [none or no-bullet] **** FR-PWIQ 3.1.1.1. When the answer is correct: [none or no-bullet] -***** FR-PWIQ 3.1.1.1.1. The registered user shall earn 10 points. +***** FR-PWIQ 3.1.1.1.1. The registered user shall be notified. ***** FR-PWIQ 3.1.1.1.2. When the registered user is in the ninth round, the system shall end the game. ***** FR-PWIQ 3.1.1.1.3. When the registered user is not in the ninth round, the system shall move to the next round. **** FR-PWIQ 3.1.1.2. When the answer is incorrect: @@ -76,4 +75,12 @@ ifndef::imagesdir[:imagesdir: ../images] ** FR-PWIQ 3.2. When the specified time has ended: [none or no-bullet] *** FR-PWIQ 3.2.1. When the registered user is in the ninth round, the system shall end the game. -*** FR-PWIQ 3.2.2. When the registered user is not in the ninth round, the system shall move to the next round. \ No newline at end of file +*** FR-PWIQ 3.2.2. When the registered user is not in the ninth round, the system shall move to the next round. +[none or no-bullet] +* FR-PWIQ 4. The system shall allow the user to create custom games. +[none or no-bullet] +** FR-PWIQ 4.1. The user may select. +[none or no-bullet] +*** FR-PWIQ 4.1.1 The number of rounds. +*** FR-PWIQ 4.1.2 The time per round. +*** FR-PWIQ 4.1.3 The categories of the questions. From af47f015d5996c4f8d974194f26b2f354505e969 Mon Sep 17 00:00:00 2001 From: Diego Villanueva <98838739+UO283615@users.noreply.github.com> Date: Sat, 27 Apr 2024 18:41:03 +0200 Subject: [PATCH 2/2] Updated the glossary --- docs/src/12_glossary.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/12_glossary.adoc b/docs/src/12_glossary.adoc index 532eb618..f9503e9f 100644 --- a/docs/src/12_glossary.adoc +++ b/docs/src/12_glossary.adoc @@ -7,6 +7,7 @@ ifndef::imagesdir[:imagesdir: ../images] [cols="e,2e" options="header"] |=== |Term |Definition -|Question Generator -|A module of the application responsible for querying Wikidata, creating the questions and storing them in our DB. +|Distractor | Incorrect answer shown to the user alongside the correct one in each question +|KiWiq | The name of our project +|Question Generator |A module of the application responsible for querying Wikidata, creating the questions and storing them in our DB |===