File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 44
55- New tutorial B07La_pca in version 2.
66
7+ - Praise sentences in English are eliminated from result outputs of {gradethis}.
8+
79## Changes in version 2020.7.0
810
911- Tutorial B06Lc_som migrated to version 2.
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ learnr_setup <- function(cap = "Code R",
1111 debug = Sys.getenv(" LEARNDOWN_DEBUG" , 0 ) != 0 ) {
1212 learndown :: learndownLearnrSetup(config = BioDataScience :: config(),
1313 sign_in = BioDataScience :: sign_in(), cap = cap , debug = debug )
14+ # Eliminate praise sentence in English before results
15+ options(
16+ # gradethis_glue_correct = "{ random_praise() } { .message } { .correct }",
17+ gradethis_glue_correct = " { .message } { .correct }" ,
18+ # gradethis_glue_incorrect = "{ .message } { .incorrect } { random_encourage() }"
19+ gradethis_glue_incorrect = " { .message } { .incorrect }"
20+ )
1421}
1522
1623# ' @rdname learnr_setup
You can’t perform that action at this time.
0 commit comments