Commit Graph

38 Commits

Author SHA1 Message Date
9a4820c725 Added correct answer view 2021-12-06 13:44:40 +00:00
79ca8fc932 Added individual result correct/incorrect flag 2021-12-06 13:42:26 +00:00
f548221a10 Dockerised. Restructured to remove circular import
Moved most of app definitions out of guard function to use wsgi
Updated configuration files and referencing of .env values.
Local version needs dotenv or exporting of env variables.
Dockerised version works fine without load_dotenv.
Ready to test now!
2021-12-05 03:49:31 +00:00
f4234f57b1 dockerise 2021-12-05 00:17:54 +00:00
388d89d95d Deleted redundant variable assignment 2021-12-04 21:29:15 +00:00
3a39ff6fc3 Updated footer, added question counters. 2021-12-04 21:25:43 +00:00
12d9cd39be Finished making dashboards 2021-12-04 20:47:43 +00:00
c88c142f7f Added question progress bar 2021-12-04 18:50:09 +00:00
dbc0c782c0 Added custom 404 display and login redirect 2021-12-04 17:40:01 +00:00
d8e7bf6ae8 Completed client side time adjustment handling
Corrected error display bug
Removed redundant auth and models in quiz client app
2021-12-04 17:14:28 +00:00
cfdb4db0c3 Added server and admin-side time limit adjustments 2021-12-04 15:41:47 +00:00
5d9dba0e3d Refactored form model for custom validators 2021-12-04 15:41:24 +00:00
c7ddf034a3 Typo correction 2021-12-04 12:48:01 +00:00
2f04671ec5 Added results CRUD and result detailed view 2021-12-04 12:20:03 +00:00
c00ffd3ed0 Streamlined post form handlers for admin console 2021-12-01 08:26:08 +00:00
a780b2330e Added footer text to quiz site. 2021-12-01 01:00:53 +00:00
c08e1c7010 Added result page. 2021-12-01 00:48:47 +00:00
ba47f79d44 Finessing of client. 2021-12-01 00:48:38 +00:00
222b8e8a8b Finessing display on index and instruction pages 2021-12-01 00:48:05 +00:00
75db9fde3c Set timer to be hidden by default
Swapped default behaviour of timer around.
2021-12-01 00:47:19 +00:00
be26a19f2e Added text to index and instruction pages. 2021-12-01 00:46:41 +00:00
7269cec73d Added automated email notification of results. 2021-12-01 00:46:21 +00:00
e829514e91 Corrected missing assignment of variable 2021-12-01 00:45:56 +00:00
6593d372e0 Corrected doubled import 2021-12-01 00:45:20 +00:00
173b1e329b Exam Code Time Controls 2021-11-30 18:16:52 +00:00
795545e8af Finished client result API.
Need to work on adjustment user codes and server email notifications.
2021-11-30 18:06:24 +00:00
70f362015c Built client interface 2021-11-30 03:11:28 +00:00
40119c9e9c Added CSRF protection to all ajax requests 2021-11-29 09:13:21 +00:00
e730607c66 Added question generating API 2021-11-28 18:17:50 +00:00
2d1cdd5e94 Added functionality for default datasets.
Incorporated dataset selector into test creation.
2021-11-28 17:28:14 +00:00
2e9e15be95 Finished data upload
Refactored to move security package inside common
Moved data folder to process root.
2021-11-28 02:30:46 +00:00
6e463ca588 Refactor to have all models in the models package. 2021-11-25 23:21:48 +00:00
d3df5fe2d3 Quiz registration form 2021-11-25 23:12:20 +00:00
bf18944761 Finished delete and data table fiew for tests 2021-11-25 20:12:50 +00:00
f68571900e Working version of test tables 2021-11-25 10:34:01 +00:00
2f45e58369 Building new test form
Added CRUD for tests
2021-11-24 17:17:56 +00:00
c3c6da1acc Deleted user views registration 2021-11-23 14:53:58 +00:00
93367b6e70 Finished most of admin console
Basic CRUD operations for managing registered admin users
Encrypted personal information
Still missing sections on managing tests and results
Also missing dashboards/index/category landing pages
2021-11-23 13:00:03 +00:00