#2 Logic Flowchart

오픈
addam1 일 전을 오픈 · 0개의 코멘트
Adam Dominec 코멘트됨, 1 일 전

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명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.