make_test | R Documentation |
The top-level function that defines a psychTestR test.
This should be the final line of your app script,
typically entitled app.R
.
make_test(elts, opt = demo_options(), custom_admin_panel = NULL)
elts |
List of test elements defining the test's timeline. |
opt |
Options list as created by |
custom_admin_panel |
This argument supports the construction of a custom
admin panel. The argument should be a function that runs during the
Shiny server function. The argument list of this function should
include |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.