Deploy adaptive SAA (aSAA) as standalone test
aSAA_standalone(
app_name,
num_items = list(long_tones = 6L, arrhythmic = 15L, rhythmic = 10L),
item_bank = Berkowitz::Berkowitz_IRT_arrhythmic_scaled,
irt_model = Berkowitz::lm2.2_scaled,
demographics = TRUE,
demo = FALSE,
feedback = FALSE,
admin_password = "demo",
SNR_test = TRUE,
get_range = TRUE,
absolute_url = "",
examples = 2L,
final_results = TRUE,
test_username = "",
gold_msi = TRUE,
with_final_page = TRUE,
item_length = c(3, 15),
melody_sound = "piano",
adjust_range = TRUE,
test_name = "Singing Ability Assessment",
show_socials = FALSE,
headphones_test = TRUE,
get_user_info = TRUE,
microphone_test = TRUE,
allow_repeat_SNR_tests = TRUE,
append_trial_block_before = psychTestR::module("before"),
append_trial_block_after = psychTestR::module("after"),
stop_recording_after = 30,
max_goes = 3L,
max_goes_forced = FALSE,
long_tone_trials_as_screening = FALSE,
long_tone_trials_as_screening_failure_page = "http://www.google.com",
success_on_completion_page = "",
concise_wording = TRUE,
skip_setup = FALSE,
...
)
Name of app.
The number of items as a list.
The (IRT) item bank that will be used for selecting items.
The IRT model that will be used for selecting items.
Deploy demographic form?
Is demo?
Give feedback after trials?
psychTestR admin password.
Deploy signal-to-noise ratio test?
Deploy a test to get the users range at test time and present stimuli accordingly?
If using online, absolute URL?
No of examples.
Display final results?
Is there a username for the user? This is different from a p_id.
Deploy Gold-MSI form?
Should there be a final page? FALSE if there will be more pages in the timeline.
What melody lengths should the test be constrained to?
Sound of melody? e.g, piano.
Should the range of the user, recorded at test time, be adjusted based on heuristics?
Custom name of the test.
Should social media sharing options be shown at the end?
Should there be a headphone test?
Grab user info via the browser?
Deploy a microphone test?
Logical. TRUE if participant can fail the SNR test threshold and try again.
A list of pages to go before the test.
A list of pages to go after the test.
Stop recording after a certain amount of time.
How many goes can the user have per melody?
Is this forced or optional?
Should long tone trials be used as a screening mechanism?
Where should users be directed to if they fail the long tone screening?
Where should users be directed to when they complete successfully?
TRUE for more detailed (but longer) instructions.
TRUE to skip setup steps.