The code can be built using the following commands,
make
The appdata can be cleaned using,
make clean-appdata
gcc admin.c analytics.c appdata.c login.c main.c nav.c quiz.c time.c -o run
Linux: run the included “run” file
Windows: run the included “run.exe” file
Username | Password | Account Type |
---|---|---|
admin | 1 | Admin |
student | 1 | Student |
- Login to student account
- Choose to attempt a quiz
- Read instructions and start quiz
- Login to student account
- Choose to analyse a quiz
- Login to admin account
- Go to see or manage quizzes
- Choose create a quiz
- Follow on screen instructions
- Set availibility of quiz as desired
- Login to admin account
- Go to see or manage quizzes
- Choose option to view student responces
- Login to admin account
- Choose see or add user option
- Choose desired option to manage users
- stdio.h
- stdlib.h
- string.h
- time.h
Can be found at github!