Skip to content

Instantly share code, notes, and snippets.

@tmsimont
Created August 31, 2016 17:05
Show Gist options
  • Save tmsimont/c40014668f40d105367cd10b3408d7ae to your computer and use it in GitHub Desktop.
Save tmsimont/c40014668f40d105367cd10b3408d7ae to your computer and use it in GitHub Desktop.
```
{
"Exists": true,
"Event": {
"ID": "35",
"Title": "QA Test Event",
"Owner": "Paul Polelle",
"City": "North Chicago",
"State": "AL",
"UpdateDate": 1472660819,
"StartDate": "2016-11-01T00:00:00",
"EndDate": "2016-11-05T00:00:00",
"Company": {
"ID": "1",
"Color1": "ff8000",
"Color2": "666666",
"Logo": "4b21151f-e07a-4590-9f73-1b0c3f6add73.png"
},
"Games": [
{
"ID": "1",
"Title": "High Five",
"Rounds": [
{
"Settings": {
"Question": "What is the capital of Illinois?",
"TextAnswerTo": "0000000000"
}
},
{
"Settings": {
"Question": "Who was the first president of the United States?",
"TextAnswerTo": "1111111111"
}
},
{
"Settings": {
"Question": "What year was the Declaration of Independence signed?",
"TextAnswerTo": "3333333333"
}
}
]
},
{
"ID": "2",
"Title": "High/Low",
"Rounds": [
{
"Settings": {
"QuestionText": "What is the height of the Statue of Liberty?",
"AnswerText": "151ft",
"isHigher": true
}
},
{
"Settings": {
"QuestionText": "What do you think is the price of the newest iPhone?",
"AnswerText": "$550",
"isHigher": false
}
},
{
"Settings": {
"QuestionText": "What is the current status of the stock market?",
"AnswerText": "It is high.",
"isHigher": true
}
}
]
},
{
"ID": "3",
"Title": "I Know That",
"Rounds": [
{
"Settings": {
"1": "Apple",
"2": "Orange",
"3": "Banana",
"4": "Grapes",
"Question": "What is my favorite fruit?",
"CorrectAnswer": "1"
}
},
{
"Settings": {
"1": "Green",
"2": "Blue",
"3": "Yellow",
"4": "Red",
"Question": "What is my favorite color?",
"CorrectAnswer": "2"
}
},
{
"Settings": {
"1": "Winter",
"2": "Fall",
"3": "Spring",
"4": "Summer",
"Question": "What is my favorite season?",
"CorrectAnswer": "4"
}
}
]
},
{
"ID": "4",
"Title": "Picture This",
"Rounds": [
{
"Settings": {
"Answer": "Statue of Liberty"
}
},
{
"Settings": {
"Answer": "Sunset"
}
},
{
"Settings": {
"Answer": "Computer"
}
}
]
},
{
"ID": "5",
"Title": "Questionable Answers",
"Rounds": [
{
"Settings": {
"Categories": [
{
"Category": "Amusement Parks",
"Options": [
{
"Question": "What park is home to the best coaster collection in the world?",
"Answer": "Cedar Point"
},
{
"Question": "What park is home to the world's longest wooden roller coaster?",
"Answer": "Kings Island"
},
{
"Question": "What is the name of the park located in Gurnee, Illinois?",
"Answer": "Six Flags Great America"
},
{
"Question": "What park is home to the famous Cyclone roller coaster?",
"Answer": "Coney Island"
}
]
},
{
"Category": "Book Series",
"Options": [
{
"Question": "What book series is famous for vampires and werewolfs?",
"Answer": "Twilight"
},
{
"Question": "What book series is based upon a game of killing?",
"Answer": "Hunger Games"
},
{
"Question": "What book series tells the adventure of a hobbit and a ring?",
"Answer": "Lord of the Rings"
},
{
"Question": "What book series takes place in the future where humans are divided by factions?",
"Answer": "The Divergent Series"
}
]
},
{
"Category": "Cities",
"Options": [
{
"Question": "What city is home to the Willis Tower?",
"Answer": "Chicago"
},
{
"Question": "What city is home of the movie stars?",
"Answer": "Los Angeles"
},
{
"Question": "What city has a world famous orange bridge?",
"Answer": "San Francisco "
},
{
"Question": "What city is home to more amusement parks than any other city in the world?",
"Answer": "Orlando"
}
]
},
{
"Category": "Disney Characters",
"Options": [
{
"Question": "Who said, \"To infinity and beyond!\" ?",
"Answer": "Buzz Lightyear"
},
{
"Question": "Who just can't wait to be king?",
"Answer": "Simba"
},
{
"Question": "Which Disney princess wore a glass slipper?",
"Answer": "Cinderella "
},
{
"Question": "Who is the most famous mouse in the world?",
"Answer": "Mickey Mouse"
}
]
}
]
}
}
]
}
],
"CurrentUserData": {
"FirstName": "Trevor",
"LastName": "Simonton",
"Email": "trevors@studionorth.com"
},
"Assets": "false"
}
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment