Group: Forum Members
Posts: 11,
Visits: 94
|
Thanks for the super quick reply. Glad to know I wasn't missing anything obvious, except that, about two minutes after I posted the question, I realized I put "=" instead of "==" in my if statements. I think I'll use this as the basic format of the conditional statements:
/ ontrialend = [values.Q1rev = if(dropdown.Q1.response == 1) 4 else if(dropdown.Q1.response == 2) 3 else if(dropdown.Q1.response == 3) 2 else if(dropdown.Q1.response == 4) 1]
I actually have a broader question about using Inquisit to collect questionnaire data. I know its focus is on reaction time tasks, but it's also a really convenient substitute for pen and paper surveys. The lack of a scrollbar for longer questionnaires is somewhat inconvenient, but it still beats out the time investment of scoring results by hand, entering the data to electronic resource, and implementing multiple redundant steps to make sure everything is correct. On that note, are there any recommended "Best Practices" for making long surveys in Inquisit. I mean something like the BIS, which is 30 questions, or even the BRIEF-A, which is 75. Are there recommendations on the number of questions per page, how small the font can be, how often directions should be repeated, whether to use dropdown or radiobuttons, etc.? I've found using dropdown lets me make the font a little bit bigger. I'm not having difficulty trying things out on my own, but I would appreciate any general advice that comes from experience.
Thanks!
|