Skip to content

Commit

Permalink
Added some fixes for the first section.
Browse files Browse the repository at this point in the history
  • Loading branch information
uo287545 committed Mar 11, 2024
1 parent a0d9044 commit c03435b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/src/01_introduction_and_goals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit c03435b

Please sign in to comment.