Skip to content

Welcome Step

Martin Konopka edited this page Mar 28, 2018 · 7 revisions

At the start of the recording session, welcome step may be displayed to describe the experiment to the participant. Session will start by clicking on the Continue button. Optionally, user may be prompted with set of questions to answer before the experiment can start. Welcome step is the only step defined outside of the timeline in the ession definition object. By default, it displays name of the session and button to start. actionType field is not required for this step.

Definition

  • ignore : boolean - whether the welcome step should be displayed or ignored.
  • customTitle : string (optional) - title of the experiment displayed to the participant. If empty, session name from the session definition is used.
  • description : string (optional) - instructions for experiment displayed to the participant.
  • Questionary step properties (optional).

Result

  • resultType - "Successful" if the participant started recording; otherwise, "Failed".
  • Additional result values for questionary, if was included. See Questionary step - Result for details.
Clone this wiki locally