Error with rating scale function.
Hello,
I have a problem with rating scale plug-in. I followed instruction from this page: http://osdoc.cogsci.nl/plug-ins/questionnaire-plug-ins/ . Thus, I copied Python libraries mentioned in instruction (htmllib.py, htmlentitydefs.py, HTMLparser.py and sgmlib.py).
Here is my problem. When I add a rating scale item to the experiment and click on it I received a following error message:
Information:
Operating System: win32
OpenSesame: 3.0.5
Python: 2.7.10
Error message:
"C:\Program Files (x86)\OpenSesame\libopensesame\var_store.py:113: UserWarning: var accept_text is stored as attribute of item new_rating_scale_2
C:\Program Files (x86)\OpenSesame\libopensesame\var_store.py:198: UserWarning: var accept_text is stored as attribute of item new_rating_scale_2
C:\Program Files (x86)\OpenSesame\libopensesame\var_store.py:198: UserWarning: var allow_empty is stored as attribute of item new_rating_scale_2
C:\Program Files (x86)\OpenSesame\libopensesame\var_store.py:113: UserWarning: var maximum_rating is stored as attribute of item new_rating_scale_2
C:\Program Files (x86)\OpenSesame\libopensesame\var_store.py:198: UserWarning: var maximum_rating is stored as attribute of item new_rating_scale_2
C:\Program Files (x86)\OpenSesame\libopensesame\var_store.py:113: UserWarning: var question is stored as attribute of item new_rating_scale_2
C:\Program Files (x86)\OpenSesame\libopensesame\var_store.py:198: UserWarning: var question is stored as attribute of item new_rating_scale_2"
The same happened when I try to run an experiment, but additionaly whole OpenSesame goes down.
I would be grateful if you would help me to solve this problem.
Sincerely
Mikołaj Szulczewski
Comments
Hi Mikolaj,
I think the questionnaire plugin is outdated and therefore not working correctly anymore. It might be better to have a look at forms to create a rating scale. See: http://osdoc.cogsci.nl/forms/ for more info