Overview
The new version is available to all our customers at no cost.
New Features
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,
}
Bug Fixes
- Fixing issues related to keeping a shortcut in the task bar when upgrading.
- 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.