获取/str:student/在str:assignmentname作业中做题所得到的分数,返回一个列表,包含作业中所有题目的得分
Authorization: Bearer ********************
curl --location --request GET '127.0.0.1:8000/home/<str:coursename>/<str:assignmentname>/getscore/<str:student>/'
[ { "problem_id": 1, "title": "Problem 1", "score": 100 }, { "problem_id": 2, "title": "Problem 2", "score": 5 }, { "problem_id": 3, "title": "Problem 3", "score": 0 } ]