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

A Flutter package implementing support for surveys like ResearchStack and ResearchKit

Results 19 research.package issues
Sort by recently updated
recently updated
newest added

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...

bug

![sliderRP](https://user-images.githubusercontent.com/1552887/181274481-fd29c92b-c720-4090-bd35-16d8063125b1.jpg) In above image, if user wants to input 0 the user must move the slider away from 0 then back to 0. Maybe just allow next to be pressed...

enhancement

Hi All, I would be very keen to contribute to RP. In particular, I am interested in creating new ActivitySteps (Active Tasks on RK). I noticed [here](https://www.researchpackage.org/cognitive-tests) that you have...

question

Hi everyone, technically not an issue. But for usability, it helps to hide the keyboard, when loosing focus. Here is the code snippet. Also RPUIChoiceQuestionBody requires a change (on selecting...

enhancement

There are two problems in implementation of localization. Problem 1. Translate function requires from us to know full and strange keys like this: ``` locale?.translate( ’Review this form below, and...

enhancement
question

Small feature request: The CupertinoDatePicker underlying DateTimeAnswerFormat supports "minimum date" and "maximum date" arguments that make it so the selected date must be within certain boundaries (there are also minimum...

enhancement

I need to make a study where the subject has to answer a question about his opinion on a photograph. I haven't found any answer that allows me to show...

enhancement

In the example app, the following timeout for 6 seconds seems to time out already after 1-2 secs: ``` final alcoholStep = RPQuestionStep( identifier: 'alcoholStep', title: 'When did you last...

bug

Currently the user cannot go back a step when in a task. When they press the back button they completely leave the task and go back to the tasks page...