Skip to content
Snippets Groups Projects
Commit 15c69de8 authored by David Paul's avatar David Paul
Browse files

Merge branch 'master' of bitbucket.org:davidjohnpaul/automarker

parents a8901416 55526693
No related branches found
No related tags found
No related merge requests found
...@@ -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).
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment