Last active
November 21, 2018 00:41
-
-
Save ricardobarantini/e66d78bb4613605579d6a40fe0d9f9e9 to your computer and use it in GitHub Desktop.
Estruturas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"alternativa": "Tiradentes", | |
"correta": false, | |
"questao_id": 1 | |
}, | |
{ | |
"id": 2, | |
"alternativa": "Pedro Alvares Cabral", | |
"correta": true, | |
"questao_id": 1 | |
}, | |
{ | |
"id": 3, | |
"alternativa": "Monteiro Lobato", | |
"correta": false, | |
"questao_id": 1 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"usuarios_id": 2, | |
"media": 0.0 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"titulo": "Avaliação de história", | |
"grau_de_dificuldade": "Fácil", | |
"materia": "História", | |
"tema": "História do Brasil", | |
"inicio": "2018-12-01 08:00:00", | |
"termino": "2018-12-01 10:00:00", | |
"turma_id": 1 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"avaliacao_id": 1, | |
"questao_id": 1 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"aluno_id": 2, | |
"turma_id": 1 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"usuario_id": 1 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"questao": "Quem descobriu o Brasil?", | |
"materia": "História", | |
"tema": [ | |
"História do Brasil" | |
], | |
"grau_de_dificuldade": "Fácil", | |
"professor_id": 1 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"aluno_id": 1, | |
"avaliacao_id": 1, | |
"respostas": [ | |
{ | |
"questao_id": 1, | |
"alternativa_id": 2 | |
} | |
], | |
"resultado": 1 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"titulo": "Turma 2018", | |
"status": true, | |
"professor_id": 1 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"email": "[email protected]", | |
"senha": "202cb962ac59075b964b07152d234b70", | |
"nome": "Professor" | |
}, | |
{ | |
"id": 2, | |
"email": "[email protected]", | |
"senha": "202cb962ac59075b964b07152d234b70", | |
"nome": "Aluno" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment