learnrhash
learnrhash copied to clipboard
Hi Colin/other maintainers, First off, this package has been critical in helping me set up an auto-grading pipeline for an introductory R course I TA'd for, so thank you! I...
The commit aca8e789013be507f23dde3989624b7a857302d3 that was meant to fix parts of #17 seems to revert parts of the previous fix for extraction, causing it to fail. With the latest learnr devel,...
The extract_exercises function includes a boolean/logical column showing the correctness of the submitted answer (code), while the extract_questions function does not - it reports back the student's submitted answers. It...
My tutorials are all generating errors when I go to generate a code. I’ve been playing around with it all day. I even downloaded a minimal example (demo_min.rmd) and I...
Have you considered providing an option which would allow users to save their answers directly into an rds file? This avoids the complexity of dealing with hashes directly. We are...
There seems to be a discrepancy between the help for encoder_ui() and what is stated on the github site (see below) about how to use it. In particular, the help...
A student tester completed one of the tutorials I wrote with ***learnrhash***. It's a long tutorial, as we are developing them to correspond with chapters of a course textbook. However,...
Hashes are quite large. Manually decoding the generated hash shows that it's storing a lot of data, including the outputs for exercises. Is that included intentionally, or has filtering code...
Recall that I implemented a variation on learnrhash and have been using it in a large course at the US Air Force Academy. The main difference is that my hash...
If the README lines are copy/pasted into a tutorial, an error results, since the chunk name 'encode' appears twice.