ART_demo | R Documentation |
This function launches a demo for the ART
ART_demo(
num_items = 3L,
mode = "pairs",
timeout = ifelse(mode == "single_page", 180, 10),
title = "ART Demo",
dict = mpipoet::mpipoet_dict,
admin_password = "demo",
researcher_email = "klaus.frieler@ae.mpg.de",
language = c("en", "de", "de_f")
)
num_items |
(Integer scalar) Number of items in the test. Default NULL pulls all items. |
mode |
(String scalar) Presentation mode of the ART, 'single', 'pairs' or 'single_page'. Default is 'pairs'. |
timeout |
(Double scalar) The time to answer (in seconds) |
title |
(Character scalar) The title |
dict |
The psychTestR dictionary used for internationalisation. |
admin_password |
(Scalar character) Password for accessing the admin panel.
Defaults to |
researcher_email |
(Scalar character)
If not |
language |
The language you want to run your demo in.
Possible languages include English ( |
... |
Further arguments to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.