Overview
The new version is available to all our customers at no cost.
New Features
Sync Mechanism: Add a stopper to show on the Task View form if the device still has interviews to sync or it's empty.
Survey Designer: Support new User Logic
- ClearWasAnsweredAllIterations(Int32 inQuesIdx)
- GetAllQuestions()
- SendEmail(string inProviderName, string inSubject, string inFrom, string inTo, string inCC, string inBCC, string inMessage)
Dimensions:
- Support an option to set an interview as complete as soon as it is stopped
eUploadOfStoppedInterviewStatus OnUploadOfStoppedInterview();public enum eUploadOfStoppedInterviewStatus
{
Stopped = 0,
StoppedWithUpload = 1,
Completed = 2,
}
Sync Mechanism: Enhanced sync mechanism to keep interview on the device until all interview data is uploaded [BREAKING CHANGE]
Bug Fixes
- Fixing issues related to auto advance after displaying one sound attachment
- Fixing issues related to Adding a picture failure can cause multimedia collection to stop
- Fixing issues related to Memory Leaks during synchronization [MAJOR CHANGE]
- Fixing issues related to Upload Stopped Interviews does not upload stopped subjects that were QC flagged
- Fixing issues related to integer other spec allows to advance with text in the other spec value
Comments
Please sign in to leave a comment.