View source: R/make_musicassessr_test.R
make_musicassessr_test | R Documentation |
Make a musicassessr test
make_musicassessr_test(
title,
admin_password,
elts,
elts_before_setup_pages = function() {
empty_code_block()
},
languages = c("en", "it", "de", "lv"),
opt = musicassessr_opt(),
final_page = psychTestR::final_page(psychTestR::i18n("thank_you_for_completing")),
welcome_page = psychTestR::one_button_page("Welcome."),
dict = musicassessr::musicassessr_dict,
...
)
title |
Title of the test. |
admin_password |
Password for the test. |
elts |
Timeline to go after setup pages. |
elts_before_setup_pages |
Timeline to go before setup pages. |
languages |
Languages for the test. |
opt |
Musicassessr options. |
final_page |
The UI of the final page. |
welcome_page |
Required because you need a page before musicassessr_init to instantiate a p_id. |
dict |
A psychTestR dictionary for translations. |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.