ui library

The UI library of Research Package.

Normally you don't need to use these widgets directly. After creating the model objects from research_package_model and adding them to an RPTask you can present the different elements by passing it to an RPUITask.

This library contains various UI representations (Widgets) of the objects declared in research_package_model. Many of these Widgets are responsible for making the collected results accessible to others. Also contains general styles, UI statics used in Research Package UI in RPStyles.

Classes

AssetLocalizationLoader
A LocalizationLoader which can load translations from file assets bundles. Remember to add the language file assets to the pubspec.yaml file.
AssetLocalizations
Localization support using assets files.
AssetLocalizationsDelegate
A factory for a set of localized resources of type AssetLocalizations, to be loaded by a Localizations widget.
DataCollectionListItem
InstructionImage
InstructionText
LocalizationLoader
Interface for location loaders who knows how to load a translation map for a Locale.
MapLocalizationLoader
A LocalizationLoader which can load translations from a map.
RPActivityEventLogger
The information logger used in RPUIActivityStep. It fills and modifies a RPActivityResult with events from an activity.
RPLocalizations
Localization support for Research Package using LocalizationLoader configurations.
RPLocalizationsDelegate
RPUIActivityStep
The UI representation of the RPActivityStep. This widget is the container, the concrete content depends on the input step's runtimeType.
RPUIChoiceQuestionBody
The UI representation of RPChoiceAnswerFormat. This UI part appears embedded in a RPUIQuestionStep. Depending on the RPChoiceAnswerFormat's ChoiceAnswerStyle property, the user can select only one or multiple options.
RPUICompletionStep
The UI representation of RPCompletionStep
RPUIConsentReviewStep
The UI representation of RPConsentReviewStep
RPUIDateTimeQuestionBody
RPUIFormStep
RPUIImageChoiceQuestionBody
RPUIInstructionStep
The UI representation of RPInstructionStep
RPUIIntegerQuestionBody
RPUIQuestionStep
The UI representation of the RPQuestionStep. This widget is the container, the concrete content depends on the input step's RPAnswerFormat.
RPUISliderQuestionBody
RPUITask
This class is the primary entry point for the presentation of the Research Package framework UI. It presents the steps of an RPOrderedTask (either navigable or just linear) and then provides the RPTaskResult object.
RPUITextInputQuestionBody
RPUITimerStep
The UI representation of the RPQuestionStep. This widget is the container, the concrete content depends on the input step's RPAnswerFormat.
RPUIVisualConsentStep
The UI representation of RPVisualConsentStep
Title

Enums

ActivityStatus
The three stages each test consists of. These can be exclude using includeInstructions or includeResults.