The new version is available to all our customers at no cost. You are welcome to request an upgrade of your Studio version if you wish to take advantage of these productive feature.If you wish to be upgraded please contact: support@dooblo.com
Supported Android/PC Surveyor Version: 337 and higher
New Features
Survey Designer: You can now choose to show a progress bar in the survey instead of Question X out of Question Y
Studio Account Overview: Allow to cancel only Active Storage
Survey Export: Support using Proxy via the CmdLine Export
Survey Designer: New UL functions
- Get the timestamp of a question including iteration support
DVar GetQuestionTimestamp(int inQuesIndex);
DVar GetQuestionTimestampIter(int inQuesIndex, int inIterationIndex);
DVar GetQuestionTimestampIter(int inQuesIndex, String inIterationValue);
- Get the visit count/total time of a question including iteration support
int GetQuestionVisitCount(int inQuesIndex);
int GetQuestionVisitCountIter(int inQuesIndex, int inIterationIndex);
int GetQuestionVisitCountIter(int inQuesIndex, String inIterationValue);
int GetQuestionDuration(int inQuesIndex);
int GetQuestionDurationIter(int inQuesIndex, int inIterationIndex);
int GetQuestionDurationIter(int inQuesIndex, String inIterationValue);
- Function to know if Dual screen is running or not
IsExtendedScreenActive()
- Retrieve the Surveyor First & Last Name through the script
SurveyorFirstName
SurveyorLastName
Major Bug Fixes
- Fixing issues with Turkish Local
- Fixing issues with TopBanner using Dimensions
Comments
Article is closed for comments.