"Items" parameter in the Form routine does not seem to accept variables

OS (e.g. Win10): Mac OS Catalina
PsychoPy version (e.g. 1.84.x): Psychopy3
Standard Standalone? (y/n) If not then what?:
What are you trying to achieve?:

I’m trying to create an experiment wich shows 6 Blocks in a random Order. One Block is always 1 Image followed by 1matching Questionnaire for this picture. Next block again 1 Image plus Questionnaire, etc.

What did you try to make it work?:
I made a Routine for the 6 different Images which is imbedded in the loop (this works!). And a routine for the 6 matching Questionnaires in the same loop which (this doesn’t work). All Images and Questionnaires are defined via Variables in an Exel-list in the loop-settings

What specifically went wrong when you tried that?:
The problem is that the “Items” parameter in the Form routine does not seem to accept variables, only real files. So it only works for presenting the same questionnaire over and over again, not different questionnaires!

NameError: name ‘Form’ is not defined

I hope somebody can help me :slight_smile:

See experiment here :slight_smile: Experiment2.psyexp (10.6 KB)

1 Like

Same problem here, were you able to somehow work around it?
Thank you and best regards!