default_max_attempts_per_step: 3 sections: - section_id: "section_1" title: "Test Section" steps: - step_id: "step_1" title: "Question 1" question: "What is 2+2?" tokens_for_ai: "Categorize as 'correct' if answer is 4 or four, otherwise 'incorrect'" buckets: - correct - incorrect transitions: correct: content_blocks: - "Great job!" next_section_and_step: "section_1:step_2" incorrect: content_blocks: - "Try again!" counts_as_attempt: true - step_id: "step_2" title: "Question 2" question: "What is 3+3?" tokens_for_ai: "Categorize as 'correct' if answer is 6 or six, otherwise 'incorrect'" buckets: - correct - incorrect transitions: correct: content_blocks: - "Excellent!" incorrect: content_blocks: - "Not quite!"