From e13bb70815551db58db6f6d2fa86d1eb18c89032 Mon Sep 17 00:00:00 2001 From: parmsam Date: Wed, 4 Sep 2024 16:09:59 -0400 Subject: [PATCH] readme fix --- README.md | 2 +- _extensions/quiz/_extension.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27fd74f..8b77c6e 100644 --- a/README.md +++ b/README.md @@ -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} diff --git a/_extensions/quiz/_extension.yml b/_extensions/quiz/_extension.yml index 2f603f0..9a5c52a 100644 --- a/_extensions/quiz/_extension.yml +++ b/_extensions/quiz/_extension.yml @@ -1,6 +1,6 @@ title: Quiz author: parmsam -version: 1.2.0 +version: 1.2.1 quarto-required: ">=1.4.0" contributes: revealjs-plugins: