Routing for UAS83

intro1 (intro)
In this survey we will play a fill-in-the-blank game with numbers. The next screen explains how. We hope you have fun with it!
uas42_completion := getUAS42Completion()
FLNumbers := getNumberSeries("NS900")
Group of questions presented on the same screen
NS900
Instructions: In this task, on each screen you will be presented with several numbers that make up a series. There will be one or more empty boxes somewhere in the series. Sometimes the empty boxes will be at the beginning of the series, sometimes at the end of the series, and sometimes they will be in the middle. Please enter the number that goes in each empty box.

For example:

Please enter the number that belongs in each empty box.
STRING
End of group of questions
if ns900 = 3 then
NS901a
Good job! The correct answer is 3, so the completed sequence is:

Please click “Next” to continue.
Else
NS901b
That is not the correct answer. The correct answer is 3, so the completed sequence is:

Please click “Next” to continue.
End of if
FLNumbers := getNumberSeries("NS902")
Group of questions presented on the same screen
NS902
Below is another example.

Please enter the number that belongs in each empty box:
STRING
End of group of questions
if NS902 = 8 then
NS903a
Good job! The correct answer is 8 because the numbers (2, 4, 6, 8) increase by 2. The completed sequence is:

Please click “Next” to continue.
Else
NS903b
That is not the correct answer. The correct answer is 8 because the numbers (2, 4, 6, 8) increase by 2. The completed sequence is:

Please click “Next” to continue.
End of if
NS904
You will now see 21 more questions like the ones you just did.

Instructions:

  • Please enter the number that belongs in each empty box.
  • An empty box could be at the beginning or end of a series or it could be in the middle.
  • You may be asked a question with more than one empty box in the sequence.
  • The numbers might increase, like 2, 4, 6, or decrease, like 6, 4, 2.
  • Some of the problems may be easy but others may be hard. Just do the best you can.
  • It is more important to answer the item correctly than to answer quickly, so take a little time to think before answering.
  • In a few cases, more than one number may be correct. Please give only one answer per box. If your answer is one of the correct answers, you will receive credit.
  • You can go on to the next item at any time by clicking “Next.”

If you are ready to begin, please click “Next.”
NSScore := 0
seriesBQuestions := array(1 => "NSB11", 2 => "NSB12", 3 => "NSB13", 4 => "NSA21", 5 => "NSB21", 6 => "NSB22", 7 => "NSB23", 8 => "NSB31", 9 => "NSA32", 10 => "NSB32", 11 => "NSB33", 12 => "NSB41", 13 => "NSB42", 14 => "NSA43", 15 => "NSB43", 16 => "NSB43_2", 17 => "NSA51", 18 => "NSB51", 19 => "NSB52", 20 => "NSB53")
Loop from 1 to 20
if cnt != 16 then
FLNumbers := getNumberSeries(seriesBQuestions[cnt])
Group of questions presented on the same screen
Value of question 'seriesBQuestions[cnt]' asked as question
if cnt = 15 then
Value of question 'seriesBQuestions[cnt+1]' asked as question
End of if
End of group of questions
NSscore := NSscore + getScore(seriesBQuestions[cnt])
End of if
End of loop
get_simple_series := 1
if get_simple_series = 1 then
FLNumbers := getNumberSeries("ns910")
Group of questions presented on the same screen
ns910 (extra simple series 1)
Please enter the number that belongs in each empty box.
End of group of questions
if ns910 = 2 then
ns910_correct := 1
elseif ns910 = response then
ns910_correct := 2
Else
ns910_correct := 3
End of if
FLNumbers := getNumberSeries("ns911")
Group of questions presented on the same screen
ns911 (extra simple series 2)
Please enter the number that belongs in each empty box.
End of group of questions
if ns911 = 6 then
ns911_correct := 1
elseif ns911 = response then
ns911_correct := 2
Else
ns911_correct := 3
End of if
End of if
ef001 (how confident in ability to solve puzzles)
How confident are you in your ability to solve puzzles like the one you just completed?
1 Not at all confident
2 Not very confident
3 Somewhat confident
4 Very confident
ef002 (how willing do another game)
How willing are you to do another game like the one you just completed?
1 Definitely not
2 Probably not
3 Undecided
4 Probably
5 Definitely
CS_001 (HOW PLEASANT INTERVIEW)
Could you tell us how interesting or uninteresting you found the questions in this survey?
1 Very interesting
2 Interesting
3 Neither interesting nor uninteresting
4 Uninteresting
5 Very uninteresting
CS_003 (comments)
Do you have any other comments on the survey? Please type these in the box below. (If you have no comments, please click next to complete this survey.)
STRING
dummy := completedNumbers()