Skip to content

Instantly share code, notes, and snippets.

@wallyuva
Created December 9, 2016 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wallyuva/649b77617d7f77f097fcac47817da41c to your computer and use it in GitHub Desktop.
Save wallyuva/649b77617d7f77f097fcac47817da41c to your computer and use it in GitHub Desktop.
Question Response Sample
{
question: {
questionId: '',
response: [
// HISTORICAL
{
score: ''
answerId: ''
},
{
score: ''
answerId: ''
}
]
}
}
{
question: [
{
questionId: ''
response: [
// HISTORICAL
{
score: ''
answerId: ''
},
{
score: ''
answerId: ''
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment