Visit
http://osdoc.cogsci.nl/manual/forms/about
for the latest documentation
About forms
Forms are simple interactive displays that can be used to implement questionnaires, instructions, text input displays, etc. You can use forms in three ways.
- Use the form plugins, such as form_text_input, which offer ready-made forms. This is the easiest, but least flexible way of using forms.
- Define custom forms using OpenSesame script and the form_base plugin. This offers considerable flexibility, and does not require any real programming skills.
- Create custom forms using Python inline script. This offers the most flexibility, but requires some knowledge of Python programming.