open-cogsci / OpenSesame

Graphical experiment builder for the social sciences
http://osdoc.cogsci.nl/
GNU General Public License v3.0
234 stars 111 forks source link

fix form consent not proceeding #789

Closed eort closed 1 year ago

eort commented 1 year ago

The consent form still expects the accept_return value to be yes or no, but as of 4.0 those values seem to be 1 and 0 respectively. This PR fixes that.

smathot commented 1 year ago

Thanks! If fixed it in a slightly different way.