Confirmation output from the previous attempt #98
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I tried to slightly re-purpose the coderunner question type to applications for control theory, and possibly more general to applications where students supply the answer in Python variables.
The question template and support code is on a separate project:
https://github.com/repagh/practicon.git
I worked with the suggestion as given in https://coderunner.org.nz/mod/forum/discuss.php?d=309
but was not very happy with the result. In the end I forked the repository, and worked initially on using the
showoutputonly
option, but since that only works in the question feedback, and thus was tied to showing the same feedback during attempts and after completion, I changed course and added a new variable to the template output, namedattemptconfirmhtml
. If available, it is added to the question presentation. In the practicon template I use it to give confirmation on the answer variables the user has supplied.I hope you consider this a worthwile and sufficiently general extension to coderunner.