Skip to content

Commit

Permalink
Merge pull request #5 from paulinagzd/pau
Browse files Browse the repository at this point in the history
questions
  • Loading branch information
paulinagzd authored Feb 14, 2021
2 parents d5a0905 + 67dbc06 commit 5ec0099
Showing 1 changed file with 77 additions and 70 deletions.
147 changes: 77 additions & 70 deletions lib/constants/questions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,74 +42,81 @@ const List m_chat_questions = [
"Does your child point with one finger to ask for something or to get help?",
"options": answers,
},
{
"id": 6,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 7,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 8,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 9,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 10,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 11,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 12,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 13,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 14,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 15,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 16,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 17,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 18,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 19,
"question": "If you point at something across the room, does your child look at it?",
"options": answers,
},
{
"id": 6,
"question":
"Does your child point with one finger to show you something interesting?",
"options": answers,
},
{
"id": 7,
"question": "Is your child interested in other children?",
"options": answers,
},
{
"id": 8,
"question":
"Does your child show you things by bringing them to you or holding them up for you to see – not to get help, but just to share?",
"options": answers,
},
{
"id": 9,
"question": "Does your child respond when you call his or her name?",
"options": answers,
},
{
"id": 10,
"question":
"When you smile at your child, does he or she smile back at you?",
"options": answers,
},
{
"id": 11,
"question": "Does your child get upset by everyday noises?",
"options": answers,
},
{
"id": 12,
"question": "Does your child walk?",
"options": answers,
},
{
"id": 13,
"question":
"Does your child look you in the eye when you are talking to him or her, playing with him or her, or dressing him or her?",
"options": answers,
},
{
"id": 14,
"question": "Does your child try to copy what you do?",
"options": answers,
},
{
"id": 15,
"question":
"If you turn your head to look at something, does your child look around to see what you are looking at?",
"options": answers,
},
{
"id": 16,
"question": "Does your child try to get you to watch him or her?",
"options": answers,
},
{
"id": 17,
"question":
"Does your child understand when you tell him or her to do something?",
"options": answers,
},
{
"id": 18,
"question":
"If something new happens, does your child look at your face to see how you feel about it?",
"options": answers,
},
{
"id": 19,
"question": "Does your child like movement activities?",
"options": answers,
},
];

0 comments on commit 5ec0099

Please sign in to comment.