diff --git a/images/Context Diagram.png b/images/Context Diagram.png index 6371b3c..22038c1 100644 Binary files a/images/Context Diagram.png and b/images/Context Diagram.png differ diff --git a/images/Whitebox overall system.png b/images/Whitebox overall system.png index 73396d1..8ce2707 100644 Binary files a/images/Whitebox overall system.png and b/images/Whitebox overall system.png differ diff --git a/images/questions API (WhiteBox).png b/images/questions API (WhiteBox).png index 627739c..f252391 100644 Binary files a/images/questions API (WhiteBox).png and b/images/questions API (WhiteBox).png differ diff --git a/index.html b/index.html index f5070fb..483b330 100644 --- a/index.html +++ b/index.html @@ -608,35 +608,15 @@
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…)
-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.
-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…) +* 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.
The functional requirements have been grouped into the different microservices the web application will have:
@@ -997,7 +977,7 @@