You are viewing unmaintained documentation for an older version of OpenSesame. Click here to view the current documentation. Your version of OpenSesame: Language:

OpenSesame 3.0.0 will bring amazing new features! Curious? Take it for a test spin, and help us iron out the kinks.

About forms

If you experience performance issues when using forms, see this post.

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 plug-ins, such as form_text_input, which offer ready-made forms. This is the easiest, but least flexible way of using forms. (Read more)
  • Define custom forms using OpenSesame script and the form_base plug-in. This offers considerable flexibility, and does not require any real programming skills. (Read more)
  • Create custom forms using Python inline script. This offers the most flexibility, but requires some knowledge of Python programming. (Read more)

No alt text specified