From c03435b7a2860b24ce8783ca62b1df1c470139d0 Mon Sep 17 00:00:00 2001 From: uo287545 Date: Mon, 11 Mar 2024 22:57:42 +0100 Subject: [PATCH] Added some fixes for the first section. --- docs/src/01_introduction_and_goals.adoc | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/src/01_introduction_and_goals.adoc b/docs/src/01_introduction_and_goals.adoc index 99812040..2f94fe4c 100644 --- a/docs/src/01_introduction_and_goals.adoc +++ b/docs/src/01_introduction_and_goals.adoc @@ -5,16 +5,25 @@ ifndef::imagesdir[:imagesdir: ../images] This web application, inspired by the famous Spanish TV show "Saber y ganar," consists of a mini-game of questions and answers. In this game, the player is asked a question and presented with four possible answers, of which only one is correct. -* The player must register with a name. +For all those "Saber y ganar" viewers who wanted to participate in the show, this application is ideal for testing their knowledge. + +The application automatically generates questions with the help of Wikidata (the page that supports Wikipedia and many other wikis) +to constantly update the questions instead of storing them in a database. + +=== Requirements overview + +The requirements of the application are as follows: + +* The player must register with a name and be able to see his personal score and the ranking of the best players. +* Automatically generate questions from Wikidata. * The player must answer the question within a time limit. * If the player does not answer, it will be counted as an incorrect response. * Each correct answer earns points. * Optionally, the score can be saved in a ranking. +* Offer and API to access the questions and answers. -For all those "Saber y ganar" viewers who wanted to participate in the show, this application is ideal for testing their knowledge. +The overall goal of the application is to provide a fun and challenging experience for the user, while also providing a way to test their knowledge. -The application automatically generates questions with the help of Wikidata (the page that supports Wikipedia and many other wikis) -to constantly update the questions instead of storing them in a database. === Quality Goals [options="header",cols="1,2,2"]