Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Add some questions
Browse files Browse the repository at this point in the history
  • Loading branch information
developerace committed Aug 22, 2017
1 parent 013e4a5 commit 41c5fb1
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions questions.php
Expand Up @@ -18,10 +18,22 @@
"question" => "Describe the weirdest/most adorable story you have of you when you were a kid",
"type" => "shortanswer"
),
array(
"question" => "What do you think the purpose of a relationship is?",
"type" => "shortanswer"
),
array(
"question" => "Describe your childhood best friend",
"type" => "shortanswer"
),
array(
"question" => "What is your favorite emoji and why?",
"type" => "shortanswer"
),
array(
"question" => "What is your favorite weather and why?",
"type" => "shortanswer"
),
array(
"question" => "Describe your ideal relationship",
"type" => "shortanswer"
Expand Down Expand Up @@ -58,6 +70,14 @@
"question" => "What is your favorite author and why?",
"type" => "shortanswer"
),
array(
"question" => "What is your favorite ice cream flavor and why?",
"type" => "shortanswer"
),
array(
"question" => "What is your favorite type of sweater and why?",
"type" => "shortanswer"
),
array(
"question" => "What is your favorite movie and why?",
"type" => "shortanswer"
Expand All @@ -74,6 +94,14 @@
"question" => "What is your favorite disney movie and why?",
"type" => "shortanswer"
),
array(
"question" => "What excites you the most?",
"type" => "shortanswer"
),
array(
"question" => "If you could go anywhere, would it be to a place or a person? Where/who and why?",
"type" => "shortanswer"
),
array(
"question" => "What superpower would you most like to have and why?",
"type" => "shortanswer"
Expand All @@ -94,6 +122,10 @@
"question" => "How much wood could a woodchuck chuck if a woodhuck could chuck norris?",
"type" => "shortanswer"
),
array(
"question" => "If you could have dinner with anyone living or dead, who would it be and why?",
"type" => "shortanswer"
),
array(
"question" => "Which of these cats is cuter?",
"type" => "multiplechoice",
Expand Down Expand Up @@ -170,6 +202,24 @@
"False",
"Cheese"
),
array(
"question" => "Leaves are swell right?",
"type" => "multiplechoice",
"source" => "text",
"Right!",
"Right?",
"Huh?",
"I Guess???????"
),
array(
"question" => "Which is better? Bunnies or Hedgehogs?",
"type" => "multiplechoice",
"source" => "text",
"Bunnies",
"Hedgehogs",
"All of the above",
"None of the above"
),
array(
"question" => "How cute is this cat?",
"type" => "rating",
Expand Down

0 comments on commit 41c5fb1

Please sign in to comment.