[ [ 'uuid' => '...', //le uuid de votre exercice (même uuid si plusieurs envois pour un même exercice) 'teacher' => '...', //useridentifier de Smartschool 'title' => 'Interro 1', 'date' => '2017-04-12', 'maximum' => 10, //maximum à obtenir pour cette évaluation 'class' => '1A1', //facultatif 'course' => 'Français', //facultatif 'description' => 'Première interro’', //facultatif 'results' => [ [ 'student' => '...', //useridentifier de Smartschool 'result' => '5', 'comment' => 'médiocre',//facultatif 'date' => '2017-05-22 13:10:00', ], [ 'student' => '...', 'result' => '10', 'comment' => 'très bien', 'date' => '2017-05-22 13:10:00', ], ], ], [ 'uuid' => '..', 'teacher' => '...', 'title' => 'Interro 2', 'date' => '2017-04-12', 'maximum' => 5, 'class' => '1Cb', 'course' => 'anglais', 'description' => 'Second test', 'results' => [ [ 'student' => '...', 'result' => '5', 'comment' => 'very good', 'date' => '2017-05-22 13:10:00', ], [ 'student' => '...', 'result' => '4', 'comment' => 'good', 'date' => '2017-05-22 13:10:00', ], ], ], ]