From d778725ba8fd0b139cb17a69a85b5463ed8ac407 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 23 Sep 2023 00:30:18 -0500 Subject: [PATCH] Commit design document random thoughts --- DESIGN.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 DESIGN.md diff --git a/DESIGN.md b/DESIGN.md new file mode 100644 index 0000000..836a72c --- /dev/null +++ b/DESIGN.md @@ -0,0 +1,22 @@ +# design + +## Requirements + +- Exam Inputs + - Exam file selection + - Inputs for first name, last name, abc123 +- Exam View + - Question number + - Question text + - Disable copying + - Answer box + - Disable pasting + - Text wrapping + - Previous/Next buttons + - Previous button disabled on first question + - Submit button + - Confirmation dialog + - 3 second delay when questions remain + extra time available + - Time Remaining, Countdown Timer + - Change color when time is running out + - Total Questions \ No newline at end of file