Skip to content

Instantly share code, notes, and snippets.

@smathot
Created August 31, 2012 16:28
Show Gist options
  • Select an option

  • Save smathot/3555434 to your computer and use it in GitHub Desktop.

Select an option

Save smathot/3555434 to your computer and use it in GitHub Desktop.
OpenSesame form rating scales example
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