Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
UO270734 committed Apr 28, 2024
1 parent 298e164 commit 0713d00
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@ <h2 id="section-introduction-and-goals">1. Introduction and Goals</h2>
<p>HappySw, a software development company, has been hired by RTVE in order to develop an experimental online version of the famous spanish program “Saber y Ganar”, a well-known question and answer contest.</p>
</div>
<div class="paragraph">
<p>Our main objective is to create a web application in which users have to sign up and answer a series of questions generated automatically from the data stored in Wikidata. After that, users will be awarded
according to the number of correct answers.</p>
<p>Our main objective is to create a web application in which users have to sign up and answer a series of questions generated automatically from the data stored in Wikidata.
After that, users will be awarded according to the number of correct answers.</p>
</div>
<div class="paragraph">
<p>We also expect to provide a practical software that fulfills customer expectations.</p>
Expand All @@ -565,28 +565,28 @@ <h3 id="_requirements_overview">1.1. Requirements Overview</h3>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Web access</strong></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The system will rely on at least one web frontend that will be deployed and access will be through web</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>Web access</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The system will rely on at least one web frontend that will be deployed and access will be through web.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Users registration</strong></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>Users registration</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Users must sign up first to be able to access their historial of the game: number of games, times, correct/incorrect answers, etc.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Automatic generation of data</strong></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Questions and answers have to be generated automatically from Wikidata</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>Automatic generation of data</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Questions and answers have to be generated automatically from Wikidata.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Questions must have a timer</strong></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Questions must be answered on a determined time, otherwise the response will be count as a fail</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>Questions must have a timer</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Questions must be answered on a determined time, otherwise the response will be count as a fail.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Only one correct answer</strong></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">System must originate only one correct answer and the rest of them will be wrong so as not to confuse the player</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>Only one correct answer</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">System must originate only one correct answer and the rest of them will be wrong so as not to confuse the player.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Data access through an API</strong></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">System must allow access to the information about users and the generated answers through an API</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><em>Data access through an API</em></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">System must allow access to the information about users and the generated answers through an API.</p></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 0713d00

Please sign in to comment.