From 3cc4cad63b5c162ee8ddcab4e60db1e65a917d82 Mon Sep 17 00:00:00 2001 From: DanielAB95 Date: Sun, 10 Mar 2024 14:58:59 +0100 Subject: [PATCH] 02_architecture_constraints format changes --- docs/src/02_architecture_constraints.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/02_architecture_constraints.adoc b/docs/src/02_architecture_constraints.adoc index 50652bb9..5b97a2d6 100644 --- a/docs/src/02_architecture_constraints.adoc +++ b/docs/src/02_architecture_constraints.adoc @@ -32,14 +32,14 @@ See https://docs.arc42.org/section-2/[Architecture Constraints] in the arc42 doc - *Web Frontend Requirement:* The system must include at least one web frontend, and it is mandatory for deployment. --*Users log in and game history:* +- *Users log in and game history:* The users will be able to register in the system and consult their participation history in the system. --*Limited time in questions:* +- *Limited time in questions:* The questions must have a limited time to be responded. --*Questions must have 4 posible answers* +- *Questions must have 4 posible answers* Each question will have one correct answer and several incorrect or distractor answers. Both the correct and incorrect answers will be generated automatically. --*System API:* +- *System API:* System will allow accessing user information and the information of the generated questions through an API.