Skip to content

Commit

Permalink
Fix screenshot readme path
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Jan 16, 2025
1 parent 96b5608 commit 35e6513
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ remotes::install_github("numbats/moodlequiz")

Below is a Moodle quiz where the students have to select the right variables from the data to map onto the plot aesthetics in `ggplot2`.

![](man/quiz-screenshot.png){style="border:1px solid black;"}
![](man/figures/quiz-screenshot.png){style="border:1px solid black;"}

The above quiz is created from the R Markdown document below. Knitting the document below will generate 5 different versions of the quiz where the x, y, color, and size are mapped randomly to one of the variables in the `mtcars` data.

Expand Down
File renamed without changes

0 comments on commit 35e6513

Please sign in to comment.