#' Title
#'
#' @param texto
#'
#' @return
#' @export
#'
#' @examples
quizMoodle <- function(texto){
sprintf(
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<quiz>
%s
</quiz>",
texto)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.