Skip to content

Releases: agricolamz/checkdown

v0.0.13

29 Sep 15:10

Choose a tag to compare

fix the issue with the alignment issue with longer answer options #11, thx to @elenlefoll

v0.0.12

27 Oct 12:06

Choose a tag to compare

  • fast fix after the insert_score() problem (thanks to Ulyana Astafyeva and Dasha Gurevich for bringing it up)

v0.0.11

22 Oct 05:00

Choose a tag to compare

  • add the insert_score() function (thanks to @Julieblas for bringing it up)

v0.0.10

25 Sep 06:20

Choose a tag to compare

  • fix option title to the check_question() function
  • add the insert_audio() function
  • fix in_order option for quarto

v0.0.9

11 Sep 01:31

Choose a tag to compare

  • 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

v0.0.8

28 Aug 12:55

Choose a tag to compare

  • 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

v0.0.6

16 Oct 05:29

Choose a tag to compare

  • correct the check_hints() function.

v0.0.5

17 May 06:01

Choose a tag to compare

  • 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

26 Apr 08:16

Choose a tag to compare

  • 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

v0.0.3

03 Apr 08:55

Choose a tag to compare

  • 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