This commit is contained in:
2026-06-28 06:06:25 -06:00
parent 4497af940f
commit 2588ea42fd
2 changed files with 2 additions and 2 deletions

View File

@@ -289,7 +289,7 @@ def gradebook_csv_rows(gradebook):
tasks = gradebook["tasks"] tasks = gradebook["tasks"]
yield [ yield [
"排名", "排名",
"等级", "平时等级",
"考核等级", "考核等级",
"考核分数", "考核分数",
"用户名", "用户名",

View File

@@ -547,7 +547,7 @@ class GradebookApiTest(TestCase):
rows[0], rows[0],
[ [
"排名", "排名",
"等级", "平时等级",
"考核等级", "考核等级",
"考核分数", "考核分数",
"用户名", "用户名",