trampgeek / moodle-qtype_coderunner

CodeRunner: A moodle quiz question type that runs student-submitted program code in a sandbox to check if it satisfies a given set of tests.
GNU General Public License v2.0
207 stars 120 forks source link

Suggestion: Auto copy/highlight for test-case-code in test-table #203

Open jimbonothing64 opened 7 months ago

jimbonothing64 commented 7 months ago

Copying test-case-code from the test-table is laborious: you have to correctly highlight exactly lines you are after and then press ctrl+c.

It is easy to accidentally select too few or too many lines. Removing friction could encourage copying test cases, for students testing their code.

Proposed fixes: