SBOHVM / RPiR

The Reproducible Programming in R course, developed by the School of Biodiversity, One Health and Veterinary Medicine at the University of Glasgow.
https://sbohvm.github.io/RPiR/
GNU General Public License v3.0
12 stars 2 forks source link

1-2 Solutions and hints #11

Closed soniamitchell closed 3 years ago

soniamitchell commented 3 years ago

If you want to provide a solution button, remove the hint. If you want to hide a solution button, add a hint.

I've tried to include exercise checking in all exercises. They don't have a solution button because I've added an empty hint. Empty hints need filling in.

soniamitchell commented 3 years ago

Likewise with practicals 1-4 and 1-5

soniamitchell commented 3 years ago

For exercises that aren't checked.. it might be worth providing a copy of the expected output so that students can check they've done the right thing.

richardreeve commented 3 years ago

This isn't necessary actually - there's an option to remove solutions from the code.

tutorial_options(exercise.reveal_solution = FALSE)