ExpLookitExitSurvey Class
Standard exit survey for Lookit studies: confirm participant birthdate, ask user for video sharing permission level & Databrary sharing, option to withdraw, freeform comments, debriefing/thank you text. Leaves fullscreen mode.
"frames": {
    "my-exit-survey": {
        "kind": "exp-lookit-exit-survey"
        "debriefing": {
            "title": "Thank you!",
            "text": "Learning how children react to ducks will help scientists design better rubber ducks.",
            "image": {
                "src": "https://s3.amazonaws.com/lookitcontents/ducks/duck.png",
                "alt": "Very cute duck"
            }
        }
    }
}
Item Index
Properties
Events
Methods
exitFullscreen
        ()
    
    serializeContent
        - 
                        
birthDate - 
                        
databraryShare - 
                        
useOfMedia - 
                        
withdrawal - 
                        
feedback - 
                        
eventTimings 
Parameters captured and sent to the server
Parameters:
- 
                        
birthDateStringChild's birthdate as entered into exit survey; timestamp string starting YYYY-mm-dd.
 - 
                        
databraryShareStringWhether data can be shared with Databrary: 'yes' or 'no'
 - 
                        
useOfMediaStringVideo privacy level: 'private', 'scientific', or 'public'
 - 
                        
withdrawalBooleanWhether the user checked the box to withdraw video data
 - 
                        
feedbackStringFreeform comments entered by parent
 - 
                        
eventTimingsObjectOnly event captured during this frame is 'nextFrame'; example eventTimings value:
[{u'eventType': u'nextFrame', u'timestamp': u'2016-08-03T00:45:37.157Z'}] 
Returns:
The payload sent to the server
showFullscreen
        ()
    
    Properties
debriefing
    Object
    
    Object specifying information to show on second page of exit survey, before returning to main Lookit site.
Sub-properties:
- 
                    
titleStringTitle of debriefing page
 - 
                    
textStringParagraph to show as debriefing
 - 
                    
imageObjectObject specifying source URL [src] & alt-text [alt] for any image to show during debriefing (optional). Example:
{ "src": "https://s3.amazonaws.com/lookitcontents/ducks/duck.png", "alt": "Very cute duck" } 
fullScreenElementId
    String
    
    Events
nextFrame
                        
                    
                    
                    
                    
                    
                        
                    
                        Move to next frame
