diff options
Diffstat (limited to 'test/integration/2students-lab-project-exam-3objectives')
3 files changed, 17 insertions, 0 deletions
diff --git a/test/integration/2students-lab-project-exam-3objectives/exclude.txt b/test/integration/2students-lab-project-exam-3objectives/exclude.txt new file mode 100644 index 0000000..5ed842b --- /dev/null +++ b/test/integration/2students-lab-project-exam-3objectives/exclude.txt @@ -0,0 +1 @@ +201930220320 陈辉
diff --git a/test/integration/2students-lab-project-exam-3objectives/students.txt b/test/integration/2students-lab-project-exam-3objectives/students.txt new file mode 100644 index 0000000..67f232b --- /dev/null +++ b/test/integration/2students-lab-project-exam-3objectives/students.txt @@ -0,0 +1,2 @@ +201930220235 王以冠 +201930220320 陈辉 diff --git a/test/integration/2students-lab-project-exam-3objectives/tasks.json b/test/integration/2students-lab-project-exam-3objectives/tasks.json new file mode 100644 index 0000000..9195fa6 --- /dev/null +++ b/test/integration/2students-lab-project-exam-3objectives/tasks.json @@ -0,0 +1,14 @@ +{ + "course.objectives":["co1", "co2", "co3"], + "tasks":{ + "lab":{ + "co1":30 + }, + "project":{ + "co2":20 + }, + "exam":{ + "co3":50 + } + } +} |