#2 Logic Flowchart

開啟中
addam1 天之前創建 · 0 條評論

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}`.
登入 才能加入這對話。
未選擇標籤
未選擇里程碑
未指派成員
1 參與者
正在加載...
取消
保存
尚未有任何內容