Supported Android/PC Surveyor Version: 542 and higher
New Features
User Logic: new user logic to retrieve the client timezone
- DeviceMgr.ClientTimeZoneOffset
For example the below script will return the UTC time and then based on UTC time get the client device time
var UTCTime = Now.AddMinutes(-Now.TimeZoneOffset);
var clientTime = UTCTime.AddMinutes(DeviceMgr.ClientTimeZoneOffset);
CAWI: Support GeoLocation capture for a subject
Bug Fixes
- Fixing issues related to CSS/JS files not being cleared properly when clearing or replacing them.
- Fixing issues related to Usage by period report shows CAWI interviews that were set as complete as CAPI
- Fixing issues related to Custom Render Package studio not working as expected
- Fixing issues related to SendEmail Function doesn't support HTML
- Fixing issues related to windows not scaling properly on smaller screens
- Fixing issues related to Email Notification reports not reporting as they should
- Fixing issues related to Bulk Updating Other specify answer not updating correctly in American question Multiple Other Specify.
- Fixing issues related to import Edit Questions Variables (max char count)
- Fixing issues related to 'Quota Notification' exception
Comments
Please sign in to leave a comment.