idk
idk
I created the sortable task type. Now I am polishing the exam renderer, and next I will create the dashboard.
Log in to leave a comment
I have repaired the pairable task type. Next, I will create the sortable task type.
Log in to leave a comment
Hello, I added a few question types (single-option select, multi-option select, and pairable using the drag-and-drop method). Next, I will create the sorting task type.
Log in to leave a comment
I am now creating the exam/quiz render. I have added the true/false options to the render. Next, I will add the multiple-choice and single-choice questions.
Log in to leave a comment
Hi,
I created the authentication system along with the login and registration front-end.
The password is pre-hashed with SHA-512 on the client side, and then hashed with Argon2 on the server side.
The system checks whether the email or username is already taken, and validates the email format.
The server creates a JSON Web Token (JWT), and the client can store the token either long-term or short-term, depending on the user’s choice. The database used is PostgreSQL.
Next, I will work on creating the dashboard.
Log in to leave a comment