ExpLookitInstructions Class
A frame to display bulleted instructions to the user, along with an audio clip to make sure sound playback is working (this may, optionally, be required to move on). This is intended to come immediately before test trials which may be fullscreen, and is therefore an 'unsafe' frame (allows proceeding even if data isn't saved); no user data from this frame is critical.
"frames": {
"final-instructions": {
"mustPlay": true,
"kind": "exp-lookit-instructions",
"nextButtonText": "Start the videos! \n (You'll have a moment to turn around.)",
"id": "final-instructions",
"blocks": [
{
"text": "The video section will take about 6 minutes to complete. After that, you will be able to select a level of privacy for your data."
},
{
"title": "Study overview",
"listblocks": [
{
"text": "There will be four videos, each a little over a minute long. "
},
{
"text": "You’ll hear spoken updates between videos."
}
]
},
{
"title": "During the videos",
"listblocks": [
{
"text": "Please face away from the screen, holding your infant so they can look over your shoulder. Please don't look at the videos yourself, as we may not be able to use your infant’s data in that case.",
"image": {
"src": "https://s3.amazonaws.com/lookitcontents/exp-physics/OverShoulder.jpg",
"alt": "Father holding child looking over his shoulder"
}
},
{
"text": "Don’t worry if your baby isn’t looking at the screen the entire time! Please just try to keep them facing the screen so they can look if they want to."
},
{
"text": "If you’d like, you can direct your infant’s attention to the screen by saying things like, 'What’s happening?' But don’t talk about specific things that might be happening in the videos."
}
]
},
{
"title": "Pausing and stopping",
"listblocks": [
{
"text": "If your child gets fussy or distracted, or you need to attend to something else for a moment, you can pause the study during the breaks between videos. "
},
{
"text": "If you need to end the study early, just close the window or tab. You’ll be prompted to note any technical problems you might be experiencing and to select a privacy level for your videos."
}
]
}
],
"audioBlock": {
"text": "You should hear 'Ready to go?'",
"warningText": "Please try playing the sample audio.",
"title": "Test your audio",
"sources": [
{
"src": "https://s3.amazonaws.com/lookitcontents/ready.mp3",
"type": "audio/mp3"
},
{
"src": "https://s3.amazonaws.com/lookitcontents/ready.ogg",
"type": "audio/ogg"
}
]
}
}
}
Item Index
Methods
Properties
Events
Methods
Properties
audioBlock
Object
Object specifying the audio clip to include (optional)
Sub-properties:
-
title
StringTitle text to show above audio controls
-
text
StringText to show below audio controls
-
warningText
StringText to show in red if user tries to proceed but hasn't played audio; only used if mustPlay is true
-
sources
Object[]Array of {src: 'url', type: 'MIMEtype'} objects specifying audio sources
nextButtonText
String
Text to display on the 'next frame' button
Default: 'Start the videos! \n (You\'ll have a moment to turn around.)'
Events
nextFrame
Move to next frame