BDT_standalone | R Documentation |
This function launches a standalone testing session for the BDT. This can be used for data collection, either in the laboratory or online.
BDT_standalone(
title = "Beat Drop Alignment Test",
with_welcome = TRUE,
take_training = TRUE,
admin_password = "replace-with-secure-password",
researcher_email = NULL,
languages = BDT_languages(),
dict = BDT::BDT_dict,
feedback = NULL,
...
)
title |
(Scalar character) Title to display during testing. |
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. |
feedback |
(Null or a page) if NULL ther last page will show the "You completed the test" message along with "Your results have been save", else it will only show the latter but the feedback specified here. Currently, BDT.feedback.no_score() and BDT.feedback.simple_score() are supported (s. feedback.R). You can also design your own feedback function. |
... |
Further arguments to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.