Skip to content

Commit d791bd8

Browse files
committed
Minor task content update
1 parent 914ba90 commit d791bd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ij-plugin/src/main/resources/org/jetbrains/research/tasktracker/config/task_content_default.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tasks:
22

3-
- description: "Complete the task using the instructions on LimeSurvey. The task file will be under tasktracker/python/MagicSquare/src. /n/n After completing the task, and submitting the files on LimeSurvey, click next. Statement Coverage: Causes every statement in the program to be executed at least once, giving us confidence that every statement is at least capable of executing correctly.\n\nSystem: Make a test case for each statement in the program, independent of the others.\n\nCompletion criterion: A test case for every statement.\n\nNote: You only need to do statement coverage for the provided code for this study.\n\nWhen you are done the task, please back up the file in a separate location before submitting it.\n\nThe files can be found in the tasktracker directory.\n\nYou will need to import print_error.py and pytest."
3+
- description: "Complete the task using the instructions on LimeSurvey. The task file will be under tasktracker/python/CalculateGPAStatementCoverage/src. /n/n After completing the task, and submitting the files on LimeSurvey, click next. Statement Coverage: Causes every statement in the program to be executed at least once, giving us confidence that every statement is at least capable of executing correctly.\n\nSystem: Make a test case for each statement in the program, independent of the others.\n\nCompletion criterion: A test case for every statement.\n\nNote: You only need to do statement coverage for the provided code for this study.\n\nWhen you are done the task, please back up the file in a separate location before submitting it.\n\nThe files can be found in the tasktracker directory.\n\nYou will need to import print_error.py and pytest."
44
id: statement_coverage
55
name: "Calculate GPA Statement Coverage"
66
focusFileId: "test_calculate_gpa"
@@ -16,7 +16,7 @@ tasks:
1616
id: "calculate_gpa"
1717
openAllFiles: true
1818

19-
- description: "Complete the task using the instructions on LimeSurvey. The task file will be under tasktracker/python/WordSearch/src. /n/n After completing the task, and submitting the files on LimeSurvey, click next. Branch Coverage: Causes every decision (if, switch, while, etc.) in the program to be made both ways (or every possible way for switch).\n\nSystem: Design a test case to exercise each decision in the program each way (true/false).\n\nCompletion criterion: A test case for each side of each decision.\n\nNote: You only need to do branch coverage for the provided code for this study.\n\nWhen you are done the task, please back up the file in a separate location before submitting it.\n\nThe files can be found in the tasktracker directory.\n\nYou will need to import write.py and pytest."
19+
- description: "Complete the task using the instructions on LimeSurvey. The task file will be under tasktracker/python/CheckParcelBranchCoverage/src. /n/n After completing the task, and submitting the files on LimeSurvey, click next. Branch Coverage: Causes every decision (if, switch, while, etc.) in the program to be made both ways (or every possible way for switch).\n\nSystem: Design a test case to exercise each decision in the program each way (true/false).\n\nCompletion criterion: A test case for each side of each decision.\n\nNote: You only need to do branch coverage for the provided code for this study.\n\nWhen you are done the task, please back up the file in a separate location before submitting it.\n\nThe files can be found in the tasktracker directory.\n\nYou will need to import write.py and pytest."
2020
id: branch_coverage
2121
name: "Check Parcel Branch Coverage"
2222
focusFileId: "test_check_parcel"

0 commit comments

Comments
 (0)