ExpLookitMoodQuestionnaire Class
A standard mood survey with questions about factors that might affect a child's responses. Includes Likert-type ratings of the CHILD's position on the following scales:
- Tired - Rested
- Sick - Healthy
- Fussy - Happy
- Calm - Active
and of the PARENT's position on:
- Tired - Energetic
- Overwhelmed - On top of things
- Upset - Happy
It also asks for a response in hours:minutes for:
- how long ago the child last woke up from sleep or a nap
- how long until he/she is due for another nap/sleep (if regular nap schedule)
- how long ago the child last ate/drank
and for what the child was doing just before this (free-response). Responses to all questions are required to move on.
This frame can be used as a starting point/example for other custom survey frames, or development of a customizable survey frame.
"frames": {
"mood-survey": {
"introText": "How are you two doing? We really want to know: we’re interested in how your child’s mood affects his or her looking preferences.",
"id": "mood-survey",
"kind": "exp-lookit-mood-questionnaire"
}
}
Methods
serializeContent
-
rested
-
healthy
-
childHappy
-
active
-
energetic
-
ontopofstuff
-
healthy
-
napWakeUp
-
usualNapSchedule
-
nextNap
-
lastEat
-
doingBefore
Parameters captured and sent to the server
Parameters:
-
rested
StringRating for CHILD on tired - rested scale, '1' to '7' where '7' is rested
-
healthy
StringRating for CHILD on sick - healthy scale, '1' to '7' where '7' is healthy
-
childHappy
StringRating for CHILD on fussy - happy scale, '1' to '7' where '7' is happy
-
active
StringRating for CHILD on calm - active scale, '1' to '7' where '7' is active
-
energetic
StringRating for PARENT on tired - energetic scale, '1' to '7' where '7' is energetic
-
ontopofstuff
StringRating for PARENT on overwhelmed - on top of stuff scale, '1' to '7' where '7' is on top of stuff
-
healthy
StringRating for PARENT on upset - happy scale, '1' to '7' where '7' is happy
-
napWakeUp
Stringhow long since the child woke up from nap, HH:mm
-
usualNapSchedule
Stringwhether the child has a typical nap schedule: 'no', 'yes', or 'yes-overdue' if child is overdue for nap
-
nextNap
Stringonly valid if usualNapSchedule is 'yes'; how long until child is due to sleep again, HH:mm
-
lastEat
Stringhow long since the child ate/drank, HH:mm
-
doingBefore
Stringwhat the child was doing before this (free response)
Returns:
The payload sent to the server
Properties
introText
String
Intro paragraph describing why we want mood info
Default: 'How are you two doing? We really want to know: we’re interested in how your child’s mood affects his or her looking preferences.'
Events
nextFrame
Move to next frame