Recently we did a review of the searches that have been entered into our website and noticed that someone was searching the site using the words “Elapsed Time”. When we saw this we assumed they were looking for a way to work out how long a survey has taken. So in this article we will look at some of the things that you can do record how long a survey takes.
Interviewing
How can i tell what quotas have been pended.
So , how do you tell what quotas have been pended or not , well its easy , the Quota object gives us a child object that has all the quota cells in it that where pended. In this example we will scan the list for the ones that have been chosen , store them to a question and then pick one of them.
Debugging Quotas
When writing quota scripts one of the hardest things to do is to figure out if they will work or not. For a while the only way to test them was to Activate the survey onto the server but very quickly it was realised that a new method was required. In this article we will show you how to set your professional up so that you can debug your quotas scripts on your local machine.
Auto skip to next question after time limit
In this article we will learn how to create a JavaScript timer. Once we have the timer we will show you how to connect it to the next button on the page so that it gets pressed when the timer is done.
Inactivate a job on a specific date.
Ever wanted to schedule turning a project to inactive so that no more interviewers can be collected? This article shows you how to login to the DPMServer , find the project and make it inactive.
Learn Javascript Lesson 7a : Integrated Count Down
As a follow up to the excellent javascript ‘Count Down’ example, I wanted to show you how to extend this functionality such that the ‘Count down’ is fully automated and doesn’t require either:
- Specific references to the the variable name, and
- Specific reference to the maximum number of characters declared in the variable
Assuming you have the Lesson 7 example working, these are the general next steps required:
- Move the mrData tags and HTML code specific to the ‘Count down’ functionality into a Question sub-template, along with additional mrData tags for automation
- Move the core javascript code into an external file (.js) and reference that external file from the new Question sub-template
- Modify the metadata file so that the variable in question references the new Question sub-template
Let’s take a look at each step in turn
Killing two birds with one stone
Recently we were asked by our friends in India if we had any information around running Data Collection surveys for mobile devices. We don’t have anything , but we wonder if you do and would like to share it ? We have also created a survey that we would like you to try on your mobile device. If you don’t have a mobile device that can use the internet we would still like you to take this survey as it asks you amongst other things what you think about the IBM / SPSS acquisition. We will report our findings out at the end of the month.
Thanks once again to 2×4 consulting for letting us use their servers
2×4 introduces Flash4Surveys
We have known for some time that web survey respondents find complex grid questions unfriendly and that boring interviews do not reach the required response rates.
Debugging Your Scripts
We were recently asked if it was possible to debug an interview but starting at question 10 not question 1. There are several ways we can debug our iom scripts and this article talks us through a few common ways.
Tip of the day: mrStudio and memory usage
I was speaking to a friend the other day, and they told me something that I would like to share with you all. They had been editing a large MDD file in mrStudio. The MDD file was around 1 meg, and after a few hours of just editing and saving, no running the survey, mrStudio began to slow. Looking in task manager they noticed that studio was using 1.3 gig of memory. For obvious reasons they thought they’d better close studio and re-open it to clean the memory usage up, but studio crashed and they thought they had lost their last few changes.