Created
May 9, 2016 15:37
-
-
Save TigerC10/297c58b214d6b86b172e1fe09d0ea2f2 to your computer and use it in GitHub Desktop.
Pottermore Quiz Source Code Snippet
This file contains 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
e["default"] = { | |
wand: { | |
storyTitle: "Mr Ollivander", | |
storyUri: "https://www.pottermore.com/writing-by-jk-rowling/mr-ollivander", | |
quizTitle: "The Wand Ceremony", | |
quizIntroText: "Take your time and answer honestly - your answers are final." | |
}, | |
"sorting-hat": { | |
storyTitle: "The Sorting Hat", | |
storyUri: "https://www.pottermore.com/writing-by-jk-rowling/the-sorting-hat", | |
quizTitle: "The Sorting Ceremony", | |
quizIntroText: "Answer truthfully, after all the hat's decision is final." | |
}, | |
"ilvermorny-sorting": { | |
storyTitle: "Ilvermorny School of Witchcraft and Wizardry", | |
storyUri: "https://www.pottermore.com/collection-episodic/ilvermorny-school-of-witchcraft-and-wizardry", | |
quizTitle: "The Ilvermorny Sorting Ceremony", | |
quizIntroText: "Where do you belong? Horned Serpent, Wampus, Thunderbird or Pukwudgie..." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment