{
	"activityTypes": {
		"featsOfStrength": 0,
		"avb": 1,
		"break": 2,
		"trivia": 3,
		"basicMath": 4
	},
	"activities": [
		{
			"activityType": 1,
			"text": "Gif",
			"text2": "Jif",
			"followup": "Sorry, you're all wrong!"
		},
		{
			"activityType": 3,
			"text": "Who is the author of the Game of Thrones series?",
			"text2": "",
			"followup": "George R. R. Martin"
		},
		{
			"activityType": 0,
			"text": "Lick your elbow"
			"text2": "",
			"followup": ""
		},
		{
			"activityType": 2,
			"text": "Have a nice stretch"
			"text2": "",
			"followup": ""
		},
		{
			"activityType": 4,
			"text": "What is 42 - 3?",
			"text2": "",
			"followup": "39"
		},
	]
}