who5Task top-level property

RPOrderedTask who5Task
getter/setter pair

A task representing the WHO-5 well-being index. Included as an example.

Implementation

RPOrderedTask who5Task = RPOrderedTask(
  identifier: "who5_task",
  steps: [
    _who5Question1,
    _who5Question2,
    _who5Question3,
    _who5Question4,
    _who5Question5,
    _completionStep,
  ],
);