Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFN2 committed Apr 6, 2024
1 parent ec3ba95 commit 92d5072
Showing 1 changed file with 29 additions and 9 deletions.
38 changes: 29 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -608,15 +608,35 @@ <h3 id="_requirements_overview">1.1. Requirements Overview</h3>
</div>
</div>
<div class="paragraph">
<p>The functional requirements are the following:
* The application must be accesible through the web
* Users must be able to register into the system
* Users must be able to see data about their past games (score, correct/wrong answers, number of questions answered&#8230;&#8203;)
* Questions must be automatically generated from Wikidata.
* Questions must be answered before some specific time.
* Each question must have one right answer and several incorrect ones or distractors. Both the right answer and the distractors should be automatically generated.
* The system must give access to the information about the users through an API.
* The system must give access to information about the generated questions through an API.</p>
<p>The functional requirements are the following:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>The application must be accesible through the web</p>
</li>
<li>
<p>Users must be able to register into the system</p>
</li>
<li>
<p>Users must be able to see data about their past games (score, correct/wrong answers, number of questions answered&#8230;&#8203;)</p>
</li>
<li>
<p>Questions must be automatically generated from Wikidata.</p>
</li>
<li>
<p>Questions must be answered before some specific time.</p>
</li>
<li>
<p>Each question must have one right answer and several incorrect ones or distractors. Both the right answer and the distractors should be automatically generated.</p>
</li>
<li>
<p>The system must give access to the information about the users through an API.</p>
</li>
<li>
<p>The system must give access to information about the generated questions through an API.</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>The functional requirements have been grouped into the different microservices the web application will have:</p>
Expand Down

0 comments on commit 92d5072

Please sign in to comment.