Skip to content

Instantly share code, notes, and snippets.

@lopezjurip
Created May 22, 2016 13:57
Show Gist options
  • Save lopezjurip/245b85c90f00af1b72c809af782030e6 to your computer and use it in GitHub Desktop.
Save lopezjurip/245b85c90f00af1b72c809af782030e6 to your computer and use it in GitHub Desktop.
Proshecto
trueFalse: {
answer: {
value: -1, // 0 ó 1
}
}
multiChoice: {
fields: {
choices: [{
text: 'Hola'
}, {
text: 'Hola'
}],
}
answer: {
choices: [0],
},
}
tshort: {
fields: {
options: ['Text', 'text'],
},
answer: {
options: ['mi respuesta'],
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment