MIQ_demo: Demo MIQ

Description Usage Arguments

View source: R/demo.R

Description

This function launches a demo for the MIQ.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
MIQ_demo(
  num_items = 3L,
  take_training = TRUE,
  feedback_page = feedback_with_graph(),
  admin_password = "demo",
  researcher_email = "longgold@gold.uc.ak",
  dict = MIQ::MIQ_dict,
  language = "en",
  ...
)

Arguments

num_items

(Integer scalar) Number of items in the test.

take_training

(Boolean scalar) Defines whether instructions and training are included. Defaults to TRUE.

feedback_page

(Function) Defines the feedback to give the participant at the end of the test. Defaults to a graph-based feedback page.

admin_password

(Scalar character) Password for accessing the admin panel. Defaults to "demo".

researcher_email

(Scalar character) If not NULL, this researcher's email address is displayed at the bottom of the screen so that online participants can ask for help. Defaults to longgold@gold.uc.ak, the email address of this package's developer.

dict

The psychTestR dictionary used for internationalisation.

language

The language you want to run your demo in. Possible languages include English ("en") and German ("de"). The first language is selected by default

...

Further arguments to be passed to MIQ().


fmhoeger/MIQ documentation built on Oct. 7, 2020, 6:56 a.m.