Guest User

Untitled

a guest
Feb 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. <resources>
  2. <string name="app_name">QuizApp</string>
  3. <string name="title">Game of Thrones Quiz</string>
  4.  
  5. //Question One
  6.  
  7. <string name="question_one">1. How did Daenerys Targaryen eventually hatch her dragon eggs?</string>
  8. <string name="question_one_answer_one">a. In a lightning storm</string>
  9. <string name="question_one_answer_two">b. In a funeral pyre</string>
  10. <string name="question_one_answer_three">c. In a fireplace</string>
  11. <string name="question_one_answer_four">d. In a frozen cave</string>
  12.  
  13. //Question Two
  14. <string name="question_two">2. What was the name of Ned Stark\'s greatsword?</string>
  15. <string name="question_two_answer_one">a. Ice</string>
  16. <string name="question_two_answer_two">b. Oathkeeper</string>
  17. <string name="question_two_answer_three">c. Widow Wail</string>
  18. <string name="question_two_answer_four">d. Northguard</string>
  19.  
  20. //Question Three
  21. <string name="question_three">3. Dead creatures revived by White Walkers are known as:</string>
  22. <string name="question_three_answer_one">a. Walkers</string>
  23. <string name="question_three_answer_two">b. Wights</string>
  24. <string name="question_three_answer_three">c. Zombie</string>
  25. <string name="question_three_answer_four">d. Claws</string>
  26.  
  27. //Question Four
  28. <string name="question_four">4. The phrase \'Valar Morghulis\'or \'all men must die\' is usually responded with:</string>
  29. <string name="question_four_answer_one">a. Valar Dohaeris or \'all men must serve\'</string>
  30. <string name="question_four_answer_two">b. Valar Rohanns or \'all men must live\'</string>
  31. <string name="question_four_answer_three">c. Valar GoGo or \'all men must dance\'</string>
  32. <string name="question_four_answer_four">d. Valar Drunkaris or \'all men must drink\'</string>
  33.  
  34. //Question Five
  35. <string name="question_five">5. Arya\'s punishment for stealing from the Many-Face God is: </string>
  36. <string name="question_five_answer_one">a. Death</string>
  37. <string name="question_five_answer_two">b. Memory Loss</string>
  38. <string name="question_five_answer_three">c. Blindness</string>
  39. <string name="question_five_answer_four">d. Uncontrollable laughter</string>
  40.  
  41. //Question Six
  42. <string name="question_six">6. Prince Oberyn Martell is nicknamed the \'Red Viper\' because of his combat and: </string>
  43. <string name="question_six_answer_one">a. Pride in drawing blood first</string>
  44. <string name="question_six_answer_two">b. Knowledge of poisons</string>
  45. <string name="question_six_answer_three">c. Nighttime attacks</string>
  46. <string name="question_six_answer_four">d. Ruby-colored armor</string>
  47.  
  48. //Buttons
  49. <string name="check">View results</string>
  50. <string name="reset">Restart</string>
  51.  
  52.  
  53. </resources>
Add Comment
Please, Sign In to add comment