-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Aleksei Blinov edited this page Nov 12, 2024
·
3 revisions
This application is a website with several pages and serves to enable simple classical tests with subsequent display of the results for users. The results of the execution are displayed as the number of correct answers and the total number of questions. Information about the correct and incorrect answers of the user is also displayed. To pass the test, the user must pre-register or log in. It is possible to assign the Administrator role to selected users. Users with this role have the ability to manage the accounts of other users, as well as view the test results of any users. The application also implements the following features:
- The Administrator manages the themes (add, edit and delete) for testing.
- The Administrator manages the questions (add, edit and delete) for testing.
- Management of users and roles.
- Authentication and authorization of users based on simple accounts.
- Recording user actions in the database table (logging).
- A single database data access service to ensure CRUD actions.