API Docs for: 0.5.1
Show:

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"
   }
}

Item Index

Properties

Events

Methods

serializeContent

(
  • rested
  • healthy
  • childHappy
  • active
  • energetic
  • ontopofstuff
  • healthy
  • napWakeUp
  • usualNapSchedule
  • nextNap
  • lastEat
  • doingBefore
)
Object

Parameters captured and sent to the server

Parameters:

  • rested String

    Rating for CHILD on tired - rested scale, '1' to '7' where '7' is rested

  • healthy String

    Rating for CHILD on sick - healthy scale, '1' to '7' where '7' is healthy

  • childHappy String

    Rating for CHILD on fussy - happy scale, '1' to '7' where '7' is happy

  • active String

    Rating for CHILD on calm - active scale, '1' to '7' where '7' is active

  • energetic String

    Rating for PARENT on tired - energetic scale, '1' to '7' where '7' is energetic

  • ontopofstuff String

    Rating for PARENT on overwhelmed - on top of stuff scale, '1' to '7' where '7' is on top of stuff

  • healthy String

    Rating for PARENT on upset - happy scale, '1' to '7' where '7' is happy

  • napWakeUp String

    how long since the child woke up from nap, HH:mm

  • usualNapSchedule String

    whether the child has a typical nap schedule: 'no', 'yes', or 'yes-overdue' if child is overdue for nap

  • nextNap String

    only valid if usualNapSchedule is 'yes'; how long until child is due to sleep again, HH:mm

  • lastEat String

    how long since the child ate/drank, HH:mm

  • doingBefore String

    what the child was doing before this (free response)

Returns:

Object:

The payload sent to the server

Properties

id

String

A unique identifier for this item

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