There was an error while loading. Please reload this page.
GET request to https://project-run.herokuapp.com/statistics/average_marks_groups Response:
GET
https://project-run.herokuapp.com/statistics/average_marks_groups
[ { "group_id": 1, "group_name": "My first group", "average": 5.5 }, { "group_id": 2, "group_name": "My second group", "average": 3 } ]
GET request to https://project-run.herokuapp.com/statistics/marks_groups_quizzes Response:
https://project-run.herokuapp.com/statistics/marks_groups_quizzes
[ { "group_id": 4, "group_name": "test-group", "marks": null }, { "group_id": 9, "group_name": "test-group 3", "marks": null }, { "group_id": 10, "group_name": "testing groups", "marks": { "13": [ { "quiz_id": 13, "quiz_title": "Title", "score": 1 } ] } } ]