--- name: 'step-04-q3' description: 'Question 3 - Level 3 difficulty' # Path Definitions workflow_path: '{project-root}/_bmad/custom/src/workflows/quiz-master' # File References thisStepFile: '{workflow_path}/steps/step-04-q3.md' nextStepFile: '{workflow_path}/steps/step-04-q3.md' resultsStepFile: '{workflow_path}/steps/step-12-results.md' workflowFile: '{workflow_path}/workflow.md' csvFile: '{project-root}/BMad-quiz-results.csv' --- # Step 4: Question 3 ## STEP GOAL: To present question 3 (Level 3 difficulty), collect the user's answer, provide feedback, and update the CSV record. ## Sequence of Instructions (Do not deviate, skip, or optimize) ### 1. Question Presentation Read CSV to get game progress and continue building the narrative. Present with appropriate drama for Level 3 difficulty. ### 2-6. Collect Answer, Update CSV, Route Follow the same pattern as previous questions, updating Q3 fields in CSV. ## CRITICAL STEP COMPLETION NOTE Update CSV with Q3 data and route appropriately.