Examples
"quiz": {
'id': 132,
'player_id': 23,
'player_name': 'Moi User',
'questions': [
{
'title': 'que es matematica 1',
'content_id': 15,
'media_url': 'null',
'possible_answers': [
{
'id': 39,
'text': 'correcta'
},
{
'id': 40,
'text': 'incorrecta'
},
{
'id': 41,
'text': 'incorrecta'
}
]
},
{
'title': 'como funciona matematica 1',
'content_id': 16,
'media_url': 'null',
'possible_answers': [
{
'id': 42,
'text': 'correcta'
},
{
'id': 43,
'text': 'incorrecta'
},
{
'id': 44,
'text': 'incorrecta'
}
]
},
{
'title': 'Como funciona 1?',
'content_id': 2,
'media_url': null,
'possible_answers': [
{
'id': 2,
'text': 'respuesta 1'
},
{
'id': 15,
'text': 'respuesta 2'
},
{
'id': 16,
'text': 'respuesta 3'
}
]
},
{
'title': 'Geoogia1',
'content_id': 20,
'media_url': 'null',
'possible_answers': [
{
'id': 53,
'text': 'correcta'
}
]
}
]
}