ART | R Documentation |
This function defines a ART module for incorporation into a
psychTestR timeline.
Use this function if you want to include the MSM in a
battery of other tests, or if you want to add custom psychTestR
pages to your test timeline.
For demoing the MSM, consider using ART_demo()
.
For a standalone implementation of the ART,
consider using ART_standalone()
.
ART(
num_items = NULL,
mode = "pairs",
with_welcome = TRUE,
with_finish = FALSE,
with_feedback = FALSE,
label = "ART",
dict = mpipoet::mpipoet_dict,
timeout = ifelse(mode == "single_page", 180, 10),
...
)
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'. |
with_welcome |
(Logical scalar) Whether to show a welcome page. |
with_finish |
(Logical scalar) Whether to show a finished page. |
with_feedback |
(Logical scalar) Whether to include feedback to the participants. |
label |
(Character scalar) Label to give the ART results in the output file. |
dict |
The psychTestR dictionary used for internationalisation. |
timeout |
(Double scalar) The time to answer (in seconds) |
... |
Further arguments to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.