Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor opirnia

More user-friendly Word export results  
Written by Adam1V the 10 Oct 09 at 12:31. Related project: 1.x all. New
I believe the exported results should be much more user-friendly, after all, this is probably the biggest part of the survey; reviewing your results and yet the readability of the word export is terrible.
11
votes
up equal down
Solution #1: Revise the exported results template
Written by Adam1V the 10 Oct 09 at 12:31.
I have created a better looking template here: http://www.mediafire.com/?sharekey=40822a586423d076d0d290dca69ceb5ce04e75f6e8eb b871
Although I do believe someone could do better than me quick effort?

Add a comment or propose a solution >>

Track time respondents use for each question  
Written by opirnia the 11 Oct 09 at 05:48. Related project: 1.x all. Implemented
I am doing surveys that involve showing participants a message; at some point in the questions that follow (after reading the message) their responses begin to differ from participants who did not read a message. It would be nice to know more about when that happens.

messages aside, this would also allow us to omit questions that are taking participants an excessively long time to complete (compared to other questions)
1
votes
implemented
Selected solution (#2): Record time in minutes spent on a question/question group
Written by izahn the 16 Oct 09 at 07:24.
I don't think time stamps are the way to go. Just calculate the actual time spent.

It's actually kind of complicated I think.

1) If presenting one-question-per-page, have a question attribute "record time".
2) If presenting one-group-per-page, have a question group attribute "record time".
3) Store the value in a field named "QUESTIONID_time" if survey is presented question-by-question or "QGROUP_time" if survey is presented group-by-group.

If you have these all turned on in question-by-question presentation mode then you've just doubled the number of fields in your data set. So I don't think this should be and option at the survey level, only at the group/question level.

A related request is to set time limits for questions/question groups. After the time limit has expired the survey moves on to the next question/question group.

Add a comment or propose a solution >>