From fdcc7c2174842399245bca6c4f339c192cd125f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20M=C3=A9ndez=20Murias?= <144954916+UO287687@users.noreply.github.com> Date: Tue, 7 May 2024 01:03:27 +0200 Subject: [PATCH] Update 01_introduction_and_goals.adoc --- docs/src/01_introduction_and_goals.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/01_introduction_and_goals.adoc b/docs/src/01_introduction_and_goals.adoc index af7820f1..7ce81664 100644 --- a/docs/src/01_introduction_and_goals.adoc +++ b/docs/src/01_introduction_and_goals.adoc @@ -2,7 +2,7 @@ == Introduction and Goals WIQ is a web application developed by HappySw that allows users to play an online quiz game. -The questions are automatically generated from Wikidata data and can be grouped by topic. Users can get a prize for each correctly answered question within a limited time and can also check their historical results in the game. +The questions are automatically generated from Wikidata data and can be grouped by topic. In the main game mode, players can answer the questions in a set amount of time and can later check their record and the number of correct and incorrect answers. === Requirements Overview The main functional requirements to be met are: @@ -19,10 +19,10 @@ The quality goals in order of priority are as follows: [options="header",cols="1,2"] |=== |Quality goal|Description -|Usability|The application must be easy to understand and use |Performance efficiency|Question generation must be efficient -|Security|The confidentiality and integrity of user data must be ensured +|Usability|The application must be easy to understand and use |Maintainability|The application must be testable and easily modifiable +|Security|The login password of users must be encrypted. Other sensitive information must be kept secure |=== === Stakeholders