JSON schema
{
"outcome": "Study quiz outcome",
"fields": [
{
"description": "caller name captured during the call.",
"name": "caller_name",
"required": true,
"type": "text"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "subject captured during the call.",
"name": "subject",
"required": true,
"type": "text"
},
{
"description": "score captured during the call.",
"name": "score",
"required": true,
"type": "number"
},
{
"description": "strong areas captured during the call.",
"name": "strong_areas",
"required": true,
"type": "text"
},
{
"description": "weak areas captured during the call.",
"name": "weak_areas",
"required": false,
"type": "text"
},
{
"description": "confidence captured during the call.",
"name": "confidence",
"required": false,
"type": "text"
},
{
"description": "next study focus captured during the call.",
"name": "next_study_focus",
"required": false,
"type": "text"
}
]
}
CSV headers
caller_name,phone_number_from_caller_id,subject,score,strong_areas,weak_areas,confidence,next_study_focus