Releases: agricolamz/checkdown
Releases · agricolamz/checkdown
v0.0.12
v0.0.11
- add the
insert_score()
function (thanks to @Julieblas for bringing it up)
v0.0.10
- fix option
title
to thecheck_question()
function - add the insert_audio() function
- fix
in_order
option for quarto
v0.0.9
- add type
in_order
to thecheck_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 thecheck_question()
function
v0.0.8
- rewrite package with
glue
andhtmltools
- add argument
type
to thecheck_hint()
andcheck_hints()
functions with the possible valuesonclick
,onmouseover
andondblclick
- add argument
placeholder
for thecheck_question
with thetype
argumenttext
v0.0.6
- correct the
check_hints()
function.
v0.0.5
- if argument "answer" in the "check_question()" function is NULL thene remove check button. Thnaks to @ManuelSpinola for the idea #4
- correct the "insert_images()" function
v0.0.4
- 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 thecheck_hint()
function intohint_title
v0.0.3
- add the
random_answer_order
argument tocheck_question()
- add type
checkbox
toautocheck_question()
function. - add the
alignment
argument tocheck_question()
- fix the problem with negative numbers
v0.0.2
- add random value in
question_id
andhint_id
, so it is possible not to specify it all the time - add type
radio
and toautocheck_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()
tocheck_question()
- add the
check_hint()
function - add markdown conversion inside of all messages