Correcto banner

Correcto

6 devlogs
22h 28m 1s

idk

L4rav3l

Hi,
I’ve created the settings. Now you can change your username, password, and email address.
Next, I’ll work on the My Exams page and the Exam Form Builder. I think this part will be challenging.

Attachment
0
L4rav3l

I created the sortable task type. Now I am polishing the exam renderer, and next I will create the dashboard.

Attachment
0
L4rav3l

I have repaired the pairable task type. Next, I will create the sortable task type.

Attachment
0
L4rav3l

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.

Attachment
Attachment
0
L4rav3l

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.

Attachment
0
L4rav3l

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.

Attachment
Attachment
0