There are tons of ways to do this. Whatever works best depends on what exactly you want.
Remember:
- Between-subjects conditions are implemented via multiple <expt> elements and/or the <variables> element. Pay special attention to the /subjects and /groupassignment attributes in the documentation.
- A <surveypage> is a special kind of <trial>. It can be run via a <block>'s /trials attribute.
- A <survey> is a special kind of <block>. It can be run via an <expt>'s /blocks attribute.
- Inquisit *does not* record any data for instruction pages, that is anything presented on a <page> or <htmlpage> and presented via /preinstructions or /postinstructions.
- If you need to log data for your "instructions", use standard <text>, <trial>, etc. elements to display them.
Regards,
~Dave