... | ... | @@ -5,7 +5,7 @@ |
|
|
```plaintext
|
|
|
[
|
|
|
{
|
|
|
"aluno_id": 1,
|
|
|
"id_aluno": 1,
|
|
|
"nome": "João Silva",
|
|
|
"matricula": "123456",
|
|
|
"email": "[email protected]",
|
... | ... | @@ -21,7 +21,7 @@ |
|
|
```plaintext
|
|
|
[
|
|
|
{
|
|
|
"professor_id": 1,
|
|
|
"id_professor": 1,
|
|
|
"nome": "Douglas Soares",
|
|
|
"email":"[email protected]",
|
|
|
"senha": "senha123",
|
... | ... | @@ -38,27 +38,27 @@ |
|
|
[
|
|
|
{
|
|
|
"id_turma": "2024-01-a",
|
|
|
"professor": "$ref",
|
|
|
"id_professor": "$ref",
|
|
|
"ativa": true,
|
|
|
"alunos": [
|
|
|
{
|
|
|
"aluno_id": "&ref"
|
|
|
"id_aluno": "$ref"
|
|
|
},
|
|
|
{
|
|
|
"aluno_id": "&ref"
|
|
|
"id_aluno": "$ref"
|
|
|
}
|
|
|
],
|
|
|
"avaliacoes": [
|
|
|
{
|
|
|
"avaliacao_id": "1",
|
|
|
"id_avaliacao": "1",
|
|
|
"respostas": [
|
|
|
"a",
|
|
|
"b",
|
|
|
"c",
|
|
|
"d"
|
|
|
],
|
|
|
"aluno_id": "&ref",
|
|
|
"cenario_id": "$ref",
|
|
|
"id_aluno": "$ref",
|
|
|
"id_cenario": "$ref",
|
|
|
"nota": 10,
|
|
|
"comentario": "tri"
|
|
|
},
|
... | ... | @@ -70,8 +70,8 @@ |
|
|
"c",
|
|
|
"b"
|
|
|
],
|
|
|
"aluno_id": "&ref",
|
|
|
"cenario_id": "$ref",
|
|
|
"id_aluno": "$ref",
|
|
|
"id_cenario": "$ref",
|
|
|
"nota": 5
|
|
|
}
|
|
|
]
|
... | ... | @@ -86,7 +86,7 @@ |
|
|
```plaintext
|
|
|
[
|
|
|
{
|
|
|
"cenario_id": "1",
|
|
|
"id_cenario": "1",
|
|
|
"perguntas": [
|
|
|
{
|
|
|
"pergunta": "O período colonial no Brasil teve início em:",
|
... | ... | |