Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parmsam committed Sep 4, 2024
1 parent ecc2608 commit e13bb70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The `shuffleOptions` option will shuffle the order of the options when the quest

### Custom explanations for each option

Within a slide, you can use the `data-explanation` attributeto provide an explanation for the each option including the correct answer. This will be displayed when the user checks their answer. For example, here's what a math quiz question might look like:
Within a slide, you can use the `data-explanation` attribute to provide an explanation for the each option including the correct answer. It is a [data attribute](https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes), in case you are wondering why it has a "data-*" prefix. This will be displayed when the user checks their answer. For example, here's what a math quiz question might look like:

``` markdown
## What is the formula for the area of a circle? {.quiz-question}
Expand Down
2 changes: 1 addition & 1 deletion _extensions/quiz/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Quiz
author: parmsam
version: 1.2.0
version: 1.2.1
quarto-required: ">=1.4.0"
contributes:
revealjs-plugins:
Expand Down

0 comments on commit e13bb70

Please sign in to comment.