2025-12-06 22:45:02 -06:00
|
|
|
---
|
|
|
|
|
name: 'step-09-q8'
|
|
|
|
|
description: 'Question 8 - Level 8 difficulty'
|
|
|
|
|
|
|
|
|
|
# Path Definitions
|
2025-12-07 21:41:37 -06:00
|
|
|
workflow_path: '{project-root}/{bmad_folder}/custom/src/workflows/quiz-master'
|
2025-12-06 22:45:02 -06:00
|
|
|
|
|
|
|
|
# File References
|
|
|
|
|
thisStepFile: '{workflow_path}/steps/step-09-q8.md'
|
|
|
|
|
nextStepFile: '{workflow_path}/steps/step-09-q8.md'
|
|
|
|
|
resultsStepFile: '{workflow_path}/steps/step-12-results.md'
|
|
|
|
|
workflowFile: '{workflow_path}/workflow.md'
|
|
|
|
|
csvFile: '{project-root}/BMad-quiz-results.csv'
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Step 9: Question 8
|
|
|
|
|
|
|
|
|
|
## STEP GOAL:
|
|
|
|
|
|
|
|
|
|
To present question 8 (Level 8 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 8 difficulty.
|
|
|
|
|
|
|
|
|
|
### 2-6. Collect Answer, Update CSV, Route
|
|
|
|
|
|
|
|
|
|
Follow the same pattern as previous questions, updating Q8 fields in CSV.
|
|
|
|
|
|
|
|
|
|
## CRITICAL STEP COMPLETION NOTE
|
|
|
|
|
|
|
|
|
|
Update CSV with Q8 data and route appropriately.
|