@@ -456,10 +456,18 @@ <h2>Diviser des colonnes dans un tableau</h2>
456456</ tr >
457457</ tbody >
458458</ table >
459+ < div class ="tutorial-exercise-support " data-label ="separate_prep " data-caption ="Code R " data-completion ="1 " data-diagnostics ="1 " data-startover ="1 " data-lines ="0 ">
460+ < pre class ="text "> < code > bacteria <- tibble(
461+ measure = paste(rep(c("ind1", "ind2", "ind3"), each = 3),
462+ rep(c("2019-04-25", "2019-04-26", "2019-04-27"), times = 3),
463+ sep = "_"),
464+ value = c((10:12)^3, (10:12)^4, (10:12)^5)
465+ )</ code > </ pre >
466+ </ div >
459467< div class ="tutorial-exercise " data-label ="separate " data-caption ="Code R " data-completion ="1 " data-diagnostics ="1 " data-startover ="1 " data-lines ="0 ">
460468< pre class ="text "> < code > head(bacteria)
461469summary(bacteria)</ code > </ pre >
462- < script type ="application/json " data-opts-chunk ="1 "> { "fig.width" :6.5 , "fig.height" :4 , "fig.retina" :2 , "fig.align" :"default" , "fig.keep" :"high" , "fig.show" :"asis" , "out.width" :624 , "warning" :true , "error" :false , "message" :true , "exercise.df_print" :"paged" , "exercise.timelimit" :60 , "exercise.setup" :"separate-prep " , "exercise.checker" :[ "function (label, user_code, solution_code, check_code, envir_result, " , " evaluate_result, ...) " , "{" , " list(message = \"Your answer is recorded!\", correct = TRUE, " , " type = \"info\", location = \"append\")" , "}" ] } </ script >
470+ < script type ="application/json " data-opts-chunk ="1 "> { "fig.width" :6.5 , "fig.height" :4 , "fig.retina" :2 , "fig.align" :"default" , "fig.keep" :"high" , "fig.show" :"asis" , "out.width" :624 , "warning" :true , "error" :false , "message" :true , "exercise.df_print" :"paged" , "exercise.timelimit" :60 , "exercise.setup" :"separate_prep " , "exercise.checker" :[ "function (label, user_code, solution_code, check_code, envir_result, " , " evaluate_result, ...) " , "{" , " list(message = \"Your answer is recorded!\", correct = TRUE, " , " type = \"info\", location = \"append\")" , "}" ] } </ script >
463471</ div >
464472< div class ="tutorial-exercise-support " data-label ="separate-hint-1 " data-caption ="Code R " data-completion ="1 " data-diagnostics ="1 " data-startover ="1 " data-lines ="0 ">
465473< pre class ="text "> < code > # snippet correspondant
@@ -784,7 +792,7 @@ <h2>Conclusion</h2>
784792</ script >
785793
786794< script type ="application/shiny-prerendered " data-context ="server ">
787- learnr:::register_http_handlers ( session , metadata = list ( "sdd1.06b" , "1.1 .0" ) )
795+ learnr:::register_http_handlers ( session , metadata = list ( "sdd1.06b" , "1.2 .0" ) )
788796</ script >
789797
790798< script type ="application/shiny-prerendered " data-context ="server ">
0 commit comments