default_parsers | R Documentation |
This list of used to automatically call respective parsers.
It is primarily used for auto-detection in process_records
.
In future, it could be possible to hold alternative parsers for different
versions of jsPsych (or jspsychread).
default_parsers()
List of trial types and respective parser functions
default_parsers() # extending parsers my_parsers <- default_parsers() my_form_parser <- function(x) { x } # not useful but check parsers.R for inspiration my_parsers[["survey_html_form"]] <- my_form_parser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.