Changes in version 0.0.13 (2025-09-27) o fix the issue with the alignment issue with longer answer options #11, thx to @elenlefoll Changes in version 0.0.12 (2023-10-27) o fast fix after the `insert_score()` problem (thanks to Ulyana Astafyeva and Dasha Gurevich for bringing it up) Changes in version 0.0.11 (2023-10-21) o add the `insert_score()` function (thanks to @Julieblas for bringing it up) Changes in version 0.0.10 (2023-09-24) o fix option `title` to the `check_question()` function o add the `insert_audio()` function o fix `in_order` option for quarto Changes in version 0.0.9 (2023-09-10) o add type `in_order` to the `check_question()` function o fix bug with image insertion in `check_hint()` function (thanks to Olga Alieva for bringing it up) o fix type argument matching o fix `random_answer_order` when images in options o fix `checkbox` when images in options (thanks to Olga Alieva for bringing it up) o add option `title` to the `check_question()` function Changes in version 0.0.8 (2023-08-27) o rewrite package with `glue` and `htmltools` o add argument `type` to the `check_hint()` and `check_hints()` functions with the possible values `onclick`, `onmouseover` and `ondblclick` o add argument `placeholder` for the `check_question` with the `type` argument `text` Changes in version 0.0.7 (2020-11-01) o correct the `check_hint` problem Changes in version 0.0.6 (2020-10-16) o correct the `check_hints` problem Changes in version 0.0.5 (2020-05-16) o remove check button if argument `answer` in the `check_question()` function is NULL. Thanks to @ManuelSpinola for the idea o correct the `insert_images()` function Changes in version 0.0.4 (2020-04-25) o add the `insert_images()` function for adding images to questions and hints o correct quote clash when using url links o add function `check_hints()` for multiple hints o rename the argument `click_text` of the `check_hint()` function into `hint_title` Changes in version 0.0.3 (2020-04-03) o add the `random_answer_order` argument to `check_question()` o add type `checkbox` to `autocheck_question()` function o add the `alignment` argument to `check_question()` o fix the problem with negative numbers Changes in version 0.0.2 (2020-03-18) o add random value in question_id, so it is possible not to specify it all the time o add type `radio` to `autocheck_question()` function o add possibility to have multiple answers o add argument `button_label` that controls the value that will be displayed on the button o change alert() to just

, so user do not need to close alert window o rename `autocheck_question()` to `check_question()` o add the `check_hint()` function o add markdown conversion inside of all messages Changes in version 0.0.1 (2020-03-09) o initial release