1.25.8
2023-04-26
Bug fixes and performance enhancements
1.25.7
2023-04-18
Fixes a bug where duplicate entries of a survey might appear in some circumstances in the notifications area.
1.25.5
2023-04-08
Bug Fixes;
Restricts video download to metered connections.
1.25.4
2023-04-07
New Feature:
New Action: schedule_survey- Now you can use an Action to schedule a survey. For example, you can have a user watch a video and schedule a survey for followup questions specific to that video.
Also, bug fixes.
1.25.3
2023-04-04
Bug fixes
1.25.2
2023-03-21
New Functionality:
-New Action: replace_ds_key: Now you can replace a keyed value in the apps internal datastore. This can lead to some interesting conditions. For example: Suppose you want your users to answer questions about a video, but ONLY AFTER watching the video, but you only want them to answer the questions a maximum of ONCE per video. Now you can totally do that by setting one value in the datastore before they watch the video, and then check for the presence of that value to decide whether to display the questions, and then using replace_ds_key to replace the value after answering the questions.
1.25.1
2023-03-20
New Feature:
-Adds an Action to retrieve values from the datastore to populate question text. So for example, if you present your user with a choice of several movies to watch, you can store the title of the one they chose to watch and then later on you can ask "How did you like watching movie-title?" instead of the more generic "How did you like watching the movie?"
1.25
2023-03-10
New features:
-Adds no-notification Survey Type
-Adds no-notification-persistent Survey Type
Two new survey types with no accompanying notifications. Both new surveys have alerts that sit in the Notifications area which the user must enter the app to see. The difference is that 'no-notification' surveys disappear after the user completes the survey, whereas 'no-notification-persistent' surveys are always available.
There are 2 important uses for these survey types: First, you can now offer multiple schedule-configurable self-elect surveys to your users. Previously there was only the option to have one self-elect survey per burst. Now you can have as many as you want, and they can be configured to appear and disappear from the notification area (and hence be available) according to a schedule. The second use is to provide a survey that acts as a sort of reference library for users. For example, if you have a series of images, videos, text panels, or survey questions you want the user to be able to refer back to whenever they want (or, as per above, according to a schedule) that is now possible.
-Adds ‘has_stream’ Action to designate a video stream is available for Multimedia Video type
This is a convenient way to denote that streaming video is available for the Multimedia Video type. The reason you might want to add streaming capabilities is because not everybody has the bandwidth or disk space to download a lot of videos.
Bug fixes:
-Fixes issue with video download for Multimedia Video type when using local development environment.
1.24.2
2023-03-06
Fixes a display issue for Numeric Picker type on smaller screens; Fixes bug in default values for Numeric Picker type.
1.24.1
2023-02-16
New question type: Numeric Picker: Use up to 3 wheels to select numbers between 0 and a specified maximum
Features: Configurable Units, number of wheels (up to 3), default value
New feature: Block level Actions: Actions are executed when block loads. Apply to every item in the block. The first action in this feature set is called skip_block_if, and, as the name implies, allows the user to skip the block based on comparison with a value stored in the data store. This would be used when you want to show or hide a block based on a response from the user, either in the same survey or in a different survey. Because this uses the datastore, the value used to make the comparison can either persist throughout the entire study, or be reset from survey to survey, or even after a certain threshold is met (i.e. If the user answers a question 5 times, no longer show that question to them in subsequent surveys)
1.23.7
2023-01-31
Changes 'max attempts' message for cogtests: Now when the allowed max attempts for a cognitive test is 1 attempt, the 'Max attempts reached' message will be suppressed.
Adds block level skipping based on data store values: Now you can store values from specific questions and use the results to skip followup questions at the block level. Previously you could only skip single items based on stored values.
1.23.4
2022-11-09
Fixes a bug where conditional items may not appear in the correct order if the user taps them out of order.
1.23.3
2022-10-21
Fixes a bug introduced in the last update;
New features:
-Customize study support phone number
-Show/hide Contact Us link on menu per study
1.23.2
2022-10-18
Bug fixes and performance enhancements.
Fixes a bug where a conditional item that has not been ignored does not display when condition has been met.
1.23.1
2022-09-21
Updated Cognitive test instructions; Bug fixes and performance enhancements.
1.22.23
2022-08-18
Fixes a bug where notification dates might be set incorrectly when a date other than the current is selected for the study start date in onboarding.
1.22.22
2022-08-09
Fixes a bug where the user might lose the prompt for the intake survey if prompted for another survey right before it notifies.
1.22.21
2022-08-03
Fixes a bug where the survey start time recorded by the app might be duplicated if the network connection is weak and multiple surveys need to be uploaded.
1.22.20
2022-07-21
Collects 4 new items of metadata for each survey: App Version, Session ID, Survey Start Date, Network Type Used During Submission (Cellular vs Wifi)*
Note: While the app only collects the generic network type, it uses a library that may access the wireless SSID the device is connected to. This information is NOT saved or sent to the server, only the type of network is recorded.
1.22.19
2022-06-24
Fixes a bug where surveys uploaded with a weaker network connection were getting duplicate timestamps.
1.22.18
2022-05-20
The bug fix yesterday introduced another bug. This fixes the bug fix's bug fix.
1.22.17
2022-05-19
Fixes a bug where sliders were not rounding properly if the slider step was not a factor of 10.
1.22.16
2022-05-07
Fixes some bug and formatting issues.
1.12.15
2022-04-26
New Feature: Users can now choose resume a study by selecting Burst->Week->Day to resume on a particular day (in addition to the existing resume functionality which tries to automatically resume based on the date the first survey was submitted)
1.22.14
2022-04-22
Fixes a bug where notifications might persist when a user has taken a survey and there are network issues;
Fixes a bug where burst start dates are not displayed when user is attempting to resume study with new participant ID