{
"session_id": "kba_sess_abc123",
"questions": [
{
"id": "q1",
"text": "Which of the following addresses have you been associated with?",
"choices": [
"742 Evergreen Terrace, Springfield, IL",
"123 Elm Street, Shelbyville, IL",
"456 Oak Avenue, Capital City, IL",
"None of the above"
]
},
{
"id": "q2",
"text": "Which of the following counties have you lived in?",
"choices": [
"Sangamon County",
"Cook County",
"DuPage County",
"None of the above"
]
},
{
"id": "q3",
"text": "Which of the following phone numbers is associated with you?",
"choices": [
"(217) 555-0134",
"(312) 555-0198",
"(630) 555-0172",
"None of the above"
]
},
{
"id": "q4",
"text": "In which year did you first open a credit account?",
"choices": [
"2003",
"2005",
"2007",
"None of the above"
]
}
]
}