summaryrefslogtreecommitdiff
path: root/test/integration/2students-lab-project-exam-3objectives/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/2students-lab-project-exam-3objectives/tasks.json')
-rw-r--r--test/integration/2students-lab-project-exam-3objectives/tasks.json14
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
+ }
+ }
+}