Last active
May 22, 2018 20:23
-
-
Save dwolner/61b279d0b1e2f67e34c01bed2949a0e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
productID: 21803, | |
productTitle: 'Sign It!', | |
blurb: '....', | |
description: '...', | |
content: { | |
component: 'Menu', | |
title: 'Sign It!', | |
slug: 'signit', | |
backgroundColor: '#eee', | |
toolbarColor: '#EDBD2B', | |
menuItems: [{ | |
component: 'Menu', | |
slug: 'unit', | |
title: "Unit 0", | |
subTitle: "Sample Chapters", | |
coverImage: "unit1-poster.jpg", | |
icon: 'fa-book', | |
menuItems: [{ | |
component: 'Menu', | |
slug: 'lesson', | |
title: "Lesson 1", | |
coverImage: "unit2-lesson10-poster.jpg", | |
icon: 'fa-book', | |
menuItems: [{ | |
component: "Video", | |
slug: 'chapter', | |
title: "Vocabulary", | |
icon: 'fa-play', | |
filename: "Unit2-Lesson10-1-Chapter1-AnimalsVocabularySigns.mp4" | |
}, | |
{ | |
component: "Quiz", | |
slug: 'chapter', | |
title: "QUIZ: Animal Signs", | |
icon: 'fa-book', | |
questions: [{ | |
component: "QuizVideo", | |
quizQuestionText: "In the video, Chef Keith explains that...", | |
quizAnswers: [{ | |
answerText: "dogs age seven years to one human year.", | |
rightAnswer: true | |
}, | |
{ | |
answerText: "dogs have a birthday every seven years." | |
}, | |
{ | |
answerText: "on his birthday he wants seven dogs." | |
}, | |
{ | |
answerText: "he wanted a dog since his seventh birthday." | |
} | |
] | |
}, | |
{ | |
component: "QuizText", | |
quizQuestionText: "What's this sign?", | |
videoFileName: "/NewDictionary/2-10/animal.mp4", | |
quizAnswers: [{ | |
answerText: "bear" | |
}, | |
{ | |
answerText: "animal", | |
rightAnswer: true | |
}, | |
{ | |
answerText: "lion" | |
}, | |
{ | |
answerText: "have" | |
} | |
] | |
} | |
] | |
} | |
] | |
}] | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment