Skip to content

Instantly share code, notes, and snippets.

Created November 26, 2013 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7654849 to your computer and use it in GitHub Desktop.
Save anonymous/7654849 to your computer and use it in GitHub Desktop.
set rows "4;1;1;1;1;1"
set cols "4;1;1;1;1"
widget 0 0 1 5 image path="[facestims]"
widget 2 1 1 1 button var="e_happiness" text="Happiness"
widget 2 2 1 1 button var="e_sadness" text="Sadness"
widget 2 3 1 1 button var="e_anger" text="Anger"
widget 2 4 1 1 button var="e_fear" text="Fear"
widget 2 5 1 1 button var="e_disgust" text="Disgust"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment