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