research_package_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

InstructionImage
RPLocalizations
RPStyles
RPUIBooleanQuestionBody
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.
RPUIVisualConsentStep
The UI representation of RPVisualConsentStep [...]
Title