General notes
This is an update with several new features and bug fixes.
General online interface
-
Downloading survey data is now easier. If you click prepare, a dialog opens until data are prepared.
-
Updated editors in surveys
New in experiments
-
major improvements and new featurs in readkeys instruction. Now you can get the RT for each key press and the exact keys being pressed (including delete). Use READKEYS and READRTS to save these.
New in online surveys
-
Better image download
-
New o: if option. This way, you can set for a question a condition to be true for the question to be shown
-
You can now sample a smaller set of questions from a larget set (search for sample in the online documentation for how this works).
-
in the scale question, the "boxes" layout is now the default. If you want to use the previous default tables.
The following uses the traditional table layout
scale: yesno
- yes
- no
l: my_question
t: scale yesno
o: table
q: Do you like the following drinks?
- Coffee
- Tea
The following uses the boxes, but builds up item by item
scale: yesno
- yes
- no
l: my_question
t: scale yesno
o: buildup
q: Do you like the following drinks?
- Coffee
- Tea