@@ -10,4 +10,4 @@ Using that consumer secret in your LMS, you can then link to `index.php?exercise
...
@@ -10,4 +10,4 @@ Using that consumer secret in your LMS, you can then link to `index.php?exercise
Students can then click the links to launch the exercises and, once all tests have been passed, they are able to submit their code for grading. By default, grading is client-side only, though you can enable server-side checking by editing `test_code.sh` - note that you should only run this as an unprivileged user, since it allows testing of arbitrary Python code.
Students can then click the links to launch the exercises and, once all tests have been passed, they are able to submit their code for grading. By default, grading is client-side only, though you can enable server-side checking by editing `test_code.sh` - note that you should only run this as an unprivileged user, since it allows testing of arbitrary Python code.
You can also visit the exercises outside of an LMS. Testing will still work, though submission of grades is disabled.
You can also visit the exercises outside of an LMS. Testing will still work, though submission of grades is disabled. A [practical demonstration is available](https://turing.une.edu.au/~cosc110/automarker/index.php?exercise_id=1).