Survey


Author
Message
buttons
buttons
Partner Member (640 reputation)Partner Member (640 reputation)Partner Member (640 reputation)Partner Member (640 reputation)Partner Member (640 reputation)Partner Member (640 reputation)Partner Member (640 reputation)Partner Member (640 reputation)Partner Member (640 reputation)
Group: Forum Members
Posts: 17, Visits: 1
    I'm currently designing a survey with 16 radio button questions. Each of these questions is multi choice with five possiable answers. I have two questions regarding this ....

1) How do i assign a value to each answer (e.g. so if the subject clicks on the first answer that will be recorded as 1 etc...)

2) At the end of the survey is it possable to give participants different feedback bases on their average score across all questions (e.g. if they score on average 3 or more points they will get feedback X and if they score less than three point they will get feedback Z). If so, how?

Any help much appreciated!



Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
Hi there,

(1) Assigning values to the response options is done via the '/optionvalues' attribute as in

<radiobuttons example>
/ caption="Do you know what I'm talking about?"
/ options=("Yes", "No", "Maybe")
/ optionvalues=("1", "2", "3")
</radiobuttons>

(2) Yes, this is possible. You will have to use the <values> element and some 'expressions' to keep track of the participants' scores and then assign the appropriate feedback with some 'if...' statements. For starters, you should read through those topics in the Inquisit help-file. I also recommend you to take a look at the Single-Target-IAT script available from the samples page as a very good example of how this can be done.

Best,
~Dave

P.S.: I've attached a very simplistic script that demonstrates the tracking and scoring of values in a survey. It has 4 <radiobuttons> elements with each 5 response options on a single page. The achieved average score is reported on the second page. This might give you a more concrete idea of how to get what you want.

Attachments
Scores.exp (919 views, 1.00 KB)
Edited 10 Years Ago by seandr
Benja
Benja
Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)
Group: Forum Members
Posts: 9, Visits: 1

Hi,


I have a similar question, sort of, and I'm having the devil's own time figuring how to go about doing it.  Here's what I want to do:


I have 21 items, questions really, on media usage.  In the instructions I'm asking respondents to indicate "how often you've used a particular news, information, or entertainment source in the previous 7 days."


For each item there are the same options. 5. Used 5 or more times in previous 7 days; 4. Used 3 or 4 times in the previous 7 days; 3. Used 1 or 2 times in the previous 7 days; 2. Have used service in the past, but in the last 7 days; 1. Have never used. 0. Don't know.


In a regular web survey, I would use something like a grid, with the items running down the side, the options running across the top, and radiobuttons next to each item.  This way, respondents don't have go through numerous pages.


At the the end of the survey respondents will go to a PictureIAT task.


I've been going through the documentation trying to figure this out but for someone with limited programming experience, it's a little daunting.


All help gratefully received,


Ben


Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
Hey Ben,

although I'm having a hard time finding the similarities between the original question raised in this thread and yours, I'll do my best to help you... ;-)

Inquisit doesn't have any kind of matrix-type question layout, but with some not so pretty trickery you can mimick the page layout you're looking for in Inquisit.

I've attached a small file containing a single surveypage with three questions to show you one way to get what you want.

Hope this helps,
~Dave

Attachments
matrixlayout.exp (1K views, 1.00 KB)
Benja
Benja
Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)
Group: Forum Members
Posts: 9, Visits: 1

I guess to a non-programmer like myself, layout is layout, radiobuttons are radiobuttons, and so on.  Due apologies if the question went on the wrong thread.


The file attached does the job wonderfully (looks pretty to me, again, a non-programmer).  Much appreciated.  Gracias, danke, thanks.


Ben


Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
No need to apologise, Ben. The remark was solely meant to be humorous... I hope the script I attached to my previous post is self-explanatory enough. If you continue to have questions, come back and post them - either here or in a new thread.

Best,
~Dave

Benja
Benja
Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)
Group: Forum Members
Posts: 9, Visits: 1

Hey Dave,


Might as well keep these questions in the original thread. 


The file you attached works fantastically well as long as the response labels across the top are 1 letter wide.  The challenge here is to have labels such as "5 or more times in the previous 7 days" ; "Used 3 or 4 times in the previous 7 days"; and so on... and have each of these wordwrap in a square that's about 8 spaces wide, while keeping all of them together across the top.


I figured out how to make the rest of the questionnaire line up, no problems there.  But I can't get the captions to work.


preciate the help,


Ben


PS. I'm attaching the script file (which you wrote, little or no mods there), and a MS Word file that has all 21 questions in a Matrix format.  Obviously I wouldn't want to have all 21 on a single screen, only 5 - 7 but I'm sure I can handle that. 


Attachments
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
Any chance you could attach your script to this thread (instructions here)? That would make things easier to troubleshoot...

Best,
~Dave

Benja
Benja
Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)
Group: Forum Members
Posts: 9, Visits: 1

... and the script file.  Since apparently I'm can't attach two files to the same post.


Attachments
Matrixlayout-learning.exp (831 views, 1.00 KB)
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
As I said, it's not pretty. I've attached a revised version - it all comes down to using a seperate <caption> element for each response option and then fiddling around with their screen positions until it's looking about right.

~Dave

Attachments
Matrixlayout-Revised.exp (868 views, 2.00 KB)
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search