A block which test a participant's perception of intervals
interval_perception_trials.Rd
A block which test a participant's perception of intervals
Usage
interval_perception_trials(
num_items = 26L,
sound = "piano",
page_title = "What's that interval?",
instruction_text =
shiny::tags$div(shiny::tags$p("In the next set of trials, you will hear a musical interval."),
shiny::tags$p("You must try and say what the interval is."),
shiny::tags$p("There are no practice rounds, you will begin immediately."))
)