battery | R Documentation |
This function defines a battery, a series of questionnaires. Use this function if you want to create a battery of questionnaires.
battery(
title = setNames(c("LongGold Test Battery", "LongGold Test Batterie"),
psyquest::languages()),
questionnaires,
languages = psyquest::languages(),
dict = psyquest::psyquest_dict,
admin_password = "conifer",
researcher_email = NULL,
validate_id = "auto",
...
)
title |
(Character scalar) Title of the umbrella test battery. |
questionnaires |
(Character vector) |
languages |
(Character vector)
Determines the languages available to participants.
Possible languages include |
dict |
(i18n_dict) The psyquest dictionary used for internationalisation. |
admin_password |
Password to access the admin panel. |
researcher_email |
Researcher's email; used in participant help message. |
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.