#' Title
#'
#' @param .l
#'
#' @return
#' @export
#'
#' @examples
lista2tibble <- function(.l){
creaPreguntas(.l$iniciosVacios,
.l$enunciadosEquivalentes,
.l$finalesVacios,
.l$opcionesValidas,
.l$opcionesInvalidas,
.l$numOpciones,
.l$numValidas ) %>% sample_frac(1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.