Skip to content

Instantly share code, notes, and snippets.

@TigerC10
Created May 9, 2016 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TigerC10/297c58b214d6b86b172e1fe09d0ea2f2 to your computer and use it in GitHub Desktop.
Save TigerC10/297c58b214d6b86b172e1fe09d0ea2f2 to your computer and use it in GitHub Desktop.
Pottermore Quiz Source Code Snippet
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