research.package icon indicating copy to clipboard operation
research.package copied to clipboard

detailText is now shown / available in RPChoice

Open bardram opened this issue 1 year ago • 0 comments

When adding detailText to an RPChoice like below:

RPChoiceAnswerFormat _symptomsChoices = RPChoiceAnswerFormat(
      answerStyle: RPChoiceAnswerStyle.SingleChoice,
      choices: [
        RPChoice(
            text: "No difficulties with day-to-day activities.",
            detailText:
                "For example: Your Parkinsons disease at present is not affecting "
                "your daily living.",
            value: 1),

     ....

      ]);

This is not shown or available in the form when shown - see below:

2022-10-25 20 57 52

bardram avatar Oct 25 '22 18:10 bardram