diff options
author | Lan Hui <lanhui@zjnu.edu.cn> | 2022-01-17 09:55:25 +0800 |
---|---|---|
committer | Lan Hui <lanhui@zjnu.edu.cn> | 2022-01-17 09:55:25 +0800 |
commit | 0520346ac0879e627e9d3c478f9167c85a53d63c (patch) | |
tree | 9237eec4b0099e26bad9517e4be3c19575cff8f2 /test/integration/2students-lab-project-exam-3objectives/tasks.json | |
parent | 216a5a64caf77d4e16f227b3a5872bdb64e74a4f (diff) |
Add one integration test case and adjust analyze.py
Diffstat (limited to 'test/integration/2students-lab-project-exam-3objectives/tasks.json')
-rw-r--r-- | test/integration/2students-lab-project-exam-3objectives/tasks.json | 14 |
1 files changed, 14 insertions, 0 deletions
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 + } + } +} |