Skip to contents

Make a musicassessr test

Usage

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,
  ...
)

Arguments

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.

...