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: 317 and higher
New Features
Survey Properties: Extended Screen Support
Now you can choose which questions to show/hide in an extended screen for the interviewer to see.
The screen is a view only screen and the interviewer will not be able to choose the answers.
Click on one of the application names to read more about implementing this feature Android , PC Surveyor.
Account Management: Exporting Audit Report Results
You can now see the audit report and also export it for further analysis
Survey Designer: Dummy Questions
Now when you mark a question as a 'Dummy' Question it will be marked as grayed out and you will not be able to enter Rules & Scripts within the question
Task System: Determine what will be the result of Cancelled/Filtered interview
Determine what will be the result of the task if an interview related to a task is Cancelled or Filtered.
Survey Designer: Exporting surveyor list including assignments for a project
Right clicking on a project will allow you to export the list of surveyors assigned to the project with their assignment roles
Survey Designer: Additional GPS information
It is now possible to capture the Address information when using online maps.
By adding this simple code to the start script of a question:
var a = GetAddressInfo(GetGPSLocation());
for (var i = 0; i < a.length; ++i) {
Prompt(a[i]);
}
Major Bug Fixes
General Issues:
- Issues related to duplicate Answer/Topic variables.
- Issues related to function SetInterviewExtraField.
- Issues with Single/multiple selection grid questions behavior.
- Issues with handling Other Specify in questions.
- Issues with PositionTopicsOnImage.
- Issues with EmailNotificationnGroup function
- Issues with missing some of the survey properties
- Issues with Tabulation and creating empty variables.
- Issues with Compound Grid questions
- Issues with mass update of subjects and answers when the answer is null.
- Issues with list source questions with comments enabled.
- Issues with showing GPS time captured.
- Issues with validation Rules in questions.
- Issues with adding/clearing security assignments.
- Issues with Top Banner cutting the text
- Issues with headers when being used in Grid Questions
- Issues with 'Return to Surveyor' status showing as 'In Progress' in Operations Grid.
Export Issues:
- Issue with exporting numbers to excel.
- Issues when swapping columns & Rows while exporting to excel.
- Issues with allowing exporting without chapters
- Issues with large files when exporting to SPSS, adding an option to compress.
- Issues with handling duplicate variables in scales when exporting to Quantum
- Issues with exporting survey and then re-import it.
Comments
Please sign in to leave a comment.