Skip to content

Instantly share code, notes, and snippets.

@gerrard00
Forked from wallyuva/questionResponse.json
Last active December 9, 2016 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerrard00/997de42f36f7675c107a001af9191732 to your computer and use it in GitHub Desktop.
Save gerrard00/997de42f36f7675c107a001af9191732 to your computer and use it in GitHub Desktop.
Question Response Sample
{
question: {
questionId: '',
response: [
// HISTORICAL
{
score: ''
answerId: ''
},
{
score: ''
answerId: ''
}
]
}
}
{
question: {
questionId: 'content-item',
questions: [
{
questionId: 'first-question-in-passage'
response: [
// HISTORICAL
{
score: ''
answerId: ''
},
{
score: ''
answerId: ''
}
]
},
{
questionId: 'second-question-in-passage'
response: [
// HISTORICAL
{
score: ''
answerId: ''
},
{
score: ''
answerId: ''
},
{
score: ''
answerId: ''
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment