We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d1a67 commit 8307040Copy full SHA for 8307040
examples/01_simple_python/config/config.json
@@ -17,10 +17,7 @@
17
// Grade by "diffing" the student output with an
18
// instructor-provided file.
19
"method" : "diff",
20
- // The student's output. Corresponds to the position
21
- // of a command in the "command" list above: since
22
- // "python *.py" is the first command, it's output
23
- // will be written to "STDOUT_0.txt".
+ // The student's output.
24
"actual_file" : "STDOUT.txt",
25
// The title seen by students.
26
"description" : "Program Output",
0 commit comments