From 17b262178d07e086115f66177eea92b523ce0946 Mon Sep 17 00:00:00 2001 From: viennet Date: Fri, 13 May 2022 12:07:19 -0400 Subject: [PATCH] API: Modif /evaluations --- docs/ScoDoc9API.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/ScoDoc9API.md b/docs/ScoDoc9API.md index c69eaa5a..ab39557f 100644 --- a/docs/ScoDoc9API.md +++ b/docs/ScoDoc9API.md @@ -1292,24 +1292,22 @@ d'un nombre quelconque de groupes d'étudiants. ``` [ { - "moduleimpl_id": 1, - "jour": "20/04/2022", - "heure_debut": "08h00", - "description": "eval1", - "coefficient": 1, - "publish_incomplete": false, - "numero": 0, - "id": 1, - "heure_fin": "09h00", - "note_max": 20, - "visibulletin": true, - "evaluation_type": 0, - "evaluation_id": 1, - "jouriso": "2022-04-20", - "duree": "1h", - "descrheure": " de 08h00 à 09h00", - "matin": 1, "apresmidi": 0 + "coefficient": 1, + "description": "Compte-rendu de TP 2", + 'date_debut': '2022-05-13T11:30:00', + 'date_fin': '2022-05-13T12:30:00', + "evaluation_id": 1, + "evaluation_type": 0, + "id": 1, + "jour": "13/05/2022", + "matin": 1, + "moduleimpl_id": 1, + "note_max": 20, + "numero": 0, + "publish_incomplete": false, + "poids" : {1896: 0.0, 1897: 2.3, 1898: 4.2}, + "visibulletin": true, } ] ```