This function launches a standalone testing session for a questionnaire with the specified label. Valid labels are 'CCM', 'DAC', 'DEG', 'GDS', 'GMS', 'GRT', 'HOP', 'MHE', 'PAC', 'SDQ', 'SEM', 'SES','SMP', 'SOS', 'TOI', 'TOM', and 'TPI'. This can be used for data collection, either in the laboratory or online.
1 2 3 4 5 6 7 8 9 10 11 12 | standalone(
label,
languages = psyquest::languages(),
subscales = NULL,
short_version = FALSE,
configuration_filepath = NULL,
dict = psyquest::psyquest_dict,
admin_password = "conifer",
researcher_email = NULL,
validate_id = "auto",
...
)
|
label |
(Character scalar) Three uppercase letter acronym of the questionnaire. |
languages |
(Character vector)
Determines the languages available to participants.
Possible languages include |
subscales |
(Character vector) The subscales to be included in the questionnaire. If no subscales are provided all subscales are selected. |
short_version |
(Boolean scalar) For the short version of the questionnaire set this to TRUE. Defaults to FALSE. |
configuration_filepath |
(Character scalar) Optional path to a configuration file exported from the GMSI-Configurator at https://shiny.gold-msi.org/gmsiconfigurator (GMS only). |
dict |
(i18n_dict) The psyquest dictionary used for internationalisation. |
admin_password |
(Character scalar) Password for accessing the admin panel. |
researcher_email |
(Character scalar)
If not |
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.