37 lines
1.0 KiB
Markdown
37 lines
1.0 KiB
Markdown
---
|
|
name: 'step-11-q10'
|
|
description: 'Question 10 - Level 10 difficulty'
|
|
|
|
# Path Definitions
|
|
workflow_path: '{project-root}/{bmad_folder}/custom/src/workflows/quiz-master'
|
|
|
|
# File References
|
|
thisStepFile: '{workflow_path}/steps/step-11-q10.md'
|
|
nextStepFile: '{workflow_path}/steps/results.md'
|
|
resultsStepFile: '{workflow_path}/steps/step-12-results.md'
|
|
workflowFile: '{workflow_path}/workflow.md'
|
|
csvFile: '{project-root}/BMad-quiz-results.csv'
|
|
---
|
|
|
|
# Step 11: Question 10
|
|
|
|
## STEP GOAL:
|
|
|
|
To present question 10 (Level 10 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 10 difficulty.
|
|
|
|
### 2-6. Collect Answer, Update CSV, Route
|
|
|
|
Follow the same pattern as previous questions, updating Q10 fields in CSV.
|
|
|
|
## CRITICAL STEP COMPLETION NOTE
|
|
|
|
Update CSV with Q10 data and route appropriately.
|