CHANGELOG.md

RTutor (main)

2020-08-11

2020-06-10

2019-07-31

2019-04-10

Add simple functionality to render data frames as word table if output solution is knitted as Word file

2019-03-23

Add fill_in block to easier handle syntactially incorrect R code that has placeholders. Use it when you want to show students something like

filter(df, a == ___)

where students have to replace the ___.

2019-02-19

Several changes in the last 4 years, e.g.:

2015-11-29 preknit and show in noeval mode

2015-11-17 print data.frames as html table in shiny-based RTutor

2015-11-13: hints at beginning of chunk possible

2015-11-08: htmlwidget support

2015-11-02: quiz blocks

2015-11-01: option for memoisation when reading data

2015-06-01: awards also in web-based problem sets

2015-04-01: optional code chunks and notes with chunks

  #! start_note "Note Title"
   ...
  #! end_note

Unlike info blocks the chunks inside a note can be solved. Chunks inside a note should have the chunk option optional=TRUE.



skranz/RTutor documentation built on Feb. 7, 2024, 12:53 a.m.