Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Assignment 1 automarker into the codebase #3

Open
2 of 8 tasks
So-Cool opened this issue Dec 28, 2016 · 0 comments
Open
2 of 8 tasks

Integrate Assignment 1 automarker into the codebase #3

So-Cool opened this issue Dec 28, 2016 · 0 comments
Assignees

Comments

@So-Cool
Copy link
Member

So-Cool commented Dec 28, 2016

Automarker development is in dev branch in the automarker directory.

To integrate the automarker with the current codebase we need:

  • Adjust automarker to use the new folder structure (ailp/library/assignment1_library.pl) and move it to ailp/library.
  • If possible merge automarkrc.pl and assignment1_answers.pl to be used as an answer generator for the automarker.
  • Update runtest.sh (marking all SAFE submissions at once) to handle the new automarker structure.
  • Move assignment1_automarker.md to wiki once it's ready.

Possible automarker enhancements:

  • Generate marks automatically for the first 4 questions.
  • Automarked q6 since we can disable visualisation (and server communication) by
    retract(headless(false)), assertz(headless(true)).
    
  • Mark q5b and q6 on various grid sizes by retract/assert grid size.
  • Depth or time bound on student answers to avoid failures due to infinite number of answers.
@So-Cool So-Cool self-assigned this Dec 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant