Skip to content

Commit 5865ff6

Browse files
authored
Tutorial 01-01: changed use of learnrhash::encoder_logic to the one defined in the in the R folder. It now matches the other tutorials. (#267)
1 parent fc70bbd commit 5865ff6

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

01-data/01-lesson/01-01-lesson.Rmd

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -788,12 +788,10 @@ What's next?
788788

789789
## Submit
790790

791-
```{r context="server"}
792-
learnrhash::encoder_logic(strip_output = TRUE)
791+
```{r, echo=FALSE, context="server"}
792+
encoder_logic()
793793
```
794794

795795
```{r encode, echo=FALSE}
796-
learnrhash::encoder_ui(
797-
ui_before = "If you have completed this tutorial and are happy with all of your answers, please click the button below to generate a hash of your answers."
798-
)
796+
learnrhash::encoder_ui(ui_before = hash_encoder_ui)
799797
```

0 commit comments

Comments
 (0)