91 lines
2.6 KiB
Markdown
91 lines
2.6 KiB
Markdown
### formsemestre-etat_evals
|
|
|
|
#### GET /formsemestre/1/etat_evals
|
|
|
|
```json
|
|
[
|
|
{
|
|
"computation_expr": null,
|
|
"ens": [],
|
|
"evaluations": [
|
|
{
|
|
"coefficient": 1.0,
|
|
"date_debut": "2022-08-20T12:00:00.000000+02:00",
|
|
"date_fin": "2022-08-20T12:00:00.000000+02:00",
|
|
"description": null,
|
|
"etat": {
|
|
"evaluation_id": 1,
|
|
"is_complete": true,
|
|
"nb_attente": 0
|
|
},
|
|
"evaluation_type": 0,
|
|
"id": 1,
|
|
"moduleimpl_id": 1,
|
|
"nb_inscrits": 10,
|
|
"nb_notes_abs": 0,
|
|
"nb_notes_att": 0,
|
|
"nb_notes_exc": 0,
|
|
"nb_notes_manquantes": 10,
|
|
"note_max": 20.0,
|
|
"numero": 0,
|
|
"poids": {},
|
|
"publish_incomplete": true,
|
|
"saisie_notes": {
|
|
"datetime_debut": null,
|
|
"datetime_fin": null,
|
|
"datetime_mediane": null
|
|
},
|
|
"visibulletin": true
|
|
}
|
|
],
|
|
"formsemestre_id": 1,
|
|
"id": 1,
|
|
"module_id": 1,
|
|
"moduleimpl_id": 1,
|
|
"responsable_id": 2
|
|
},
|
|
{
|
|
"computation_expr": null,
|
|
"ens": [],
|
|
"evaluations": [
|
|
{
|
|
"coefficient": 1.0,
|
|
"date_debut": "2022-08-20T12:00:00.000000+02:00",
|
|
"date_fin": "2022-08-20T12:00:00.000000+02:00",
|
|
"description": null,
|
|
"etat": {
|
|
"evaluation_id": 3,
|
|
"is_complete": true,
|
|
"nb_attente": 0
|
|
},
|
|
"evaluation_type": 0,
|
|
"id": 3,
|
|
"moduleimpl_id": 3,
|
|
"nb_inscrits": 10,
|
|
"nb_notes_abs": 0,
|
|
"nb_notes_att": 0,
|
|
"nb_notes_exc": 0,
|
|
"nb_notes_manquantes": 2,
|
|
"note_max": 20.0,
|
|
"numero": 0,
|
|
"poids": {},
|
|
"publish_incomplete": true,
|
|
"saisie_notes": {
|
|
"datetime_debut": "2022-08-20T12:00:00.000000+02:00",
|
|
"datetime_fin": "2022-08-20T12:00:00.000000+02:00",
|
|
"datetime_mediane": "2022-08-20T12:00:00.000000+02:00"
|
|
},
|
|
"visibulletin": true
|
|
}
|
|
],
|
|
"formsemestre_id": 1,
|
|
"id": 3,
|
|
"module_id": 3,
|
|
"moduleimpl_id": 3,
|
|
"responsable_id": 2
|
|
},
|
|
"..."
|
|
]
|
|
```
|
|
|