#2 Logic Flowchart

Open
1 dag geleden werd geopend door addam · 0 opmerkingen

Map out the "Global State" of the quiz. Alpine.js works best when you know exactly what variables you are tracking.

List every variable the frontend needs to remember.

Deliverable: A state.json file containing variable names and their starting values.

Example: {"currentQuestionIndex": 0, "userScore": 0, "isQuizStarted": false, "selectedAnswer": null}.

Map out the "Global State" of the quiz. Alpine.js works best when you know exactly what variables you are tracking. List every variable the frontend needs to remember. Deliverable: A `state.json` file containing variable names and their starting values. Example: `{"currentQuestionIndex": 0, "userScore": 0, "isQuizStarted": false, "selectedAnswer": null}`.
Sign in to join this conversation.
Geen label
Geen mijlpaal
Geen verantwoordelijke
1 deelnemers
Laden...
Annuleren
Opslaan
Er is nog geen inhoud.