You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 01-data/01-lesson/01-01-lesson.Rmd
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -788,12 +788,10 @@ What's next?
788
788
789
789
## Submit
790
790
791
-
```{r context="server"}
792
-
learnrhash::encoder_logic(strip_output = TRUE)
791
+
```{r, echo=FALSE, context="server"}
792
+
encoder_logic()
793
793
```
794
794
795
795
```{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."
0 commit comments