ART_standalone | R Documentation |
This function launches a standalone testing session for the ART This can be used for data collection, either in the laboratory or online.
ART_standalone(
title = NULL,
num_items = NULL,
mode = "pairs",
timeout = ifelse(mode == "single_page", 180, 10),
with_id = FALSE,
with_welcome = TRUE,
with_feedback = TRUE,
admin_password = "conifer",
researcher_email = "klaus.frieler@ae.mpg.de",
languages = c("en", "de", "de_f"),
dict = mpipoet::mpipoet_dict,
validate_id = "auto",
...
)
title |
(Scalar character) Title to display during testing. |
num_items |
(Scalar integer) Number of items to be adminstered. 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) |
with_id |
(Logical scalar) Whether to show a ID page. |
with_welcome |
(Logical scalar) Whether to show a welcome page. |
with_feedback |
(Logical scalar) Whether to include feedback to the participants. |
admin_password |
(Scalar character) Password for accessing the admin panel. |
researcher_email |
(Scalar character)
If not |
languages |
(Character vector)
Determines the languages available to participants.
Possible languages include English ( |
dict |
The psychTestR dictionary used for internationalisation. |
validate_id |
(Character scalar or closure) Function for validating IDs or string "auto" for default validation which means ID should consist only of alphanumeric characters. |
... |
Further arguments to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.