Skip to content

Instantly share code, notes, and snippets.

@anirudhsama
Created December 2, 2022 13:34
Show Gist options
  • Save anirudhsama/8a593d832115a886d93630dfd4e61a7b to your computer and use it in GitHub Desktop.
Save anirudhsama/8a593d832115a886d93630dfd4e61a7b to your computer and use it in GitHub Desktop.
Generated Media Quiz
{
"version": 2,
"automatic_phase_change": false,
"game": "quiz",
"rules_url": "https://rover-docs.vercel.app/docs/crosswords/10%20Crazy%20Space%20Facts",
"feedback_questions": [
{
"question": "How much did you enjoy the session?",
"type": "rating",
"max": 5,
"required": true
},
{
"question": "How much did you learn?",
"type": "rating",
"max": 3,
"required": true
},
{
"question": "Do you want to subscribe?",
"type": "boolean",
"required": true
},
{
"question": "",
"type": "session_rating",
"required": true
},
{
"question": "Did you learn?",
"type": "boolean",
"required": true
},
{
"question": "Any other feedback?",
"type": "text",
"max": 5,
"required": false
}
],
"phases": [
{ "type": "huddle", "name": "Supernova Game Show" },
{
"type": "practice",
"name": "Practice Round",
"duration": 300,
"score_type": "fixed",
"puzzles": [
{
"type": "standard",
"game": "quiz",
"score": 10,
"question": {
"text": "Whats the total number of fish?",
"media": {
"type": "generated",
"input": "4 fish\n+\n3 fish"
}
},
"options": [
{
"id": "a",
"text": "5 fish",
"media": {
"type": "generated",
"input": "5 fish"
}
},
{
"id": "b",
"text": "7 fish",
"media": {
"type": "generated",
"input": "7 fish"
}
},
{
"id": "c",
"text": "3 dogs",
"media": {
"type": "generated",
"input": "2 dog"
}
}
],
"answer": "b",
"shuffle": false,
"shuffle_options": false
}
]
},
{
"type": "scoring_round",
"score_type": "fixed",
"name": "Scoring Round",
"duration": 300,
"puzzles": [
{
"type": "standard",
"game": "quiz",
"score": 10,
"question": {
"text": "Whats the total number of fish?",
"media": {
"type": "generated",
"input": "4 fish\n+\n3 fish"
}
},
"options": [
{
"id": "a",
"text": "5 fish",
"media": {
"type": "generated",
"input": "5 fish"
}
},
{
"id": "b",
"text": "7 fish",
"media": {
"type": "generated",
"input": "7 fish"
}
},
{
"id": "c",
"text": "3 dogs",
"media": {
"type": "generated",
"input": "2 dog"
}
}
],
"answer": "b",
"shuffle": false,
"shuffle_options": false
}
]
},
{ "type": "game_over" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment