numbas / numbas-lti-provider

An LTI tool provider to run Numbas exams
https://docs.numbas.org.uk/lti/en/latest/
Other
11 stars 12 forks source link

Don't use cached pre-submit task results when re-marking attempts #265

Closed christianp closed 1 year ago

christianp commented 1 year ago

The automatic re-marker doesn't really re-mark code parts when the unit tests have changed, because it just fetches the results from the cache - only the student's answer is used to invalidate the cache.

The re-marker should clear the pre-submit cache before submitting parts.