{
	"ActivityName": "Who's that Pokemon?",
	"ActivityType" : "manual",
    "HeadingLevel": 1,
	"FeedbackType" : "continuous",
	"HighlightEffect" : true,
	"OptionColumns" : "4",
	"Randomize": true,
	"HorizontalAlignment": true,
    "Instructions": "Are you a Pokemon master? Are you ready to catch (sort) them all?",
	"PreActivityText" : "none",
	"PreActivityMedia" : "none",
	"IncludePostPage" : false,
	"PostActivityText" : "none",
	"PostActivityMedia" : "none",
	"Groups": [
		{
			"key": "GEN1", 		 	
		 	"color": "default",
		 	"feedback": "These are all generation 1 Pokemon.",
            "feedbackHeader": "Generation 1 Pokemon"
		},
		{
			"key": "GEN2",			
			"color": "default",
			"feedback": "none",
            "feedbackHeader": "Generation 2 Pokemon"            
		},
        {
            "key": "DISTRACTOR",             
            "color": "default",
            "feedback": "none",
            "feedbackHeader": "Not even Pokemon"
       }
	],
	"Options": [
        {
            "text" : "Metabee", 
            "group" : "DISTRACTOR",
            "type" : "text",
            "color": "default"
        },
        {
            "text" : "Patamon", 
            "answer" : "DISTRACTOR",
            "type" : "text",
            "color": "default"     
        },
        {
            "text" : "Dragoon", 
            "answer" : "DISTRACTOR",
            "type" : "text",
            "color": "default"
        },
		{
			"text" : "Charmander", 
			"answer" : "GEN1",
			"type" : "text",
			"color": "default"
		},
		{
			"text" : "Bulbasaur", 
			"answer" : "GEN1",
			"type" : "text",
			"color": "default"
		},
		{
			"text" : "Squirtle", 
			"answer" : "GEN1",
			"type" : "text",
			"color": "default"
		},
		{
			"text" : "Trubbish", 
			"answer" : "GEN2",
			"type" : "text",
			"color": "default"
		},
		{
			"text" : "Vanillish", 
			"answer" : "GEN2",
			"type" : "text",
			"color": "default"
		},
		{
			"text" : "Bidoof", 
			"answer" : "GEN2",
			"type" : "text",
			"color": "default"
		}
	]
}