Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Dec 13, 2023
1 parent e9bf703 commit 76cdd75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@ knitr::opts_chunk$set(
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->

The `moodlequiz` R package is an alternative interface to produce the Moodle XML files via the `exams` package.
The `moodlequiz` R package which allows the creation of [Moodle](https://moodle.org/) quiz questions using literate programming with R Markdown. This makes it easy to quickly create a quiz that can be randomly replicated with new datasets, questions, and options for answers.

## Installation

You can install the development version of moodlequiz like so:

``` r
remotes::install_github("emitanaka/moodlequiz")
remotes::install_github("numbats/moodlequiz")
```


## Example

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`.
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->

The `moodlequiz` R package is an alternative interface to produce the
Moodle XML files via the `exams` package.
The `moodlequiz` R package which allows the creation of
[Moodle](https://moodle.org/) quiz questions using literate programming
with R Markdown. This makes it easy to quickly create a quiz that can be
randomly replicated with new datasets, questions, and options for
answers.

## Installation

You can install the development version of moodlequiz like so:

``` r
remotes::install_github("emitanaka/moodlequiz")
remotes::install_github("numbats/moodlequiz")
```

## Example
Expand Down

0 comments on commit 76cdd75

Please sign in to comment.