Created
August 31, 2012 16:28
-
-
Save smathot/3555434 to your computer and use it in GitHub Desktop.
OpenSesame form rating scales example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set rows "1;1;1;1;1" | |
| set cols "1;1" | |
| widget 0 0 2 1 label text="Indicate how much you agree with the following statements" | |
| widget 0 1 1 1 label center="no" text="Forms are easy" | |
| widget 1 1 1 1 rating_scale var="question1" nodes="Agree;Don't know;Disagree" | |
| widget 0 2 1 1 label center="no" text="I like data" | |
| widget 1 2 1 1 rating_scale var="question2" nodes="Agree;Don't know;Disagree" | |
| widget 0 3 1 1 label center="no" text="I like questionnaires" | |
| widget 1 3 1 1 rating_scale var="question3" nodes="Agree;Don't know;Disagree" | |
| widget 0 4 2 1 button text="Next" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment