{ "description": "Student/Teacher sample - MathChat.yaml.", "setup": { "input": { "type": "String", "value": "How could one compute the value of PI?" } }, "validation": { "conversation_count": 1, "min_action_count": 6, "max_action_count": -1, "min_response_count": 2, "max_response_count": 9, "min_message_count": 4, "max_message_count": -1, "actions": { "start": [ ], "repeat": [ "question_student", "question_teacher", "set_count_increment", "check_completion" ], "final": [ "sendActivity_done", "sendActivity_tired", "check_completion_Post" ] } } }