1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-12 08:38:10 +00:00

Update Form.js

This commit is contained in:
Rebecca Hirst 2021-05-07 23:29:56 +01:00 committed by GitHub
parent 99247a8f13
commit bdc3915b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,14 +340,6 @@ export class Form extends util.mix(VisualStim).with(ColorMixin)
formComplete()//same as complete but might be used by some experiments before 2020.2
{this.getData();
return this._items._complete;
/**
* Check if the form is complete.
*
* @name module:visual.Form#formComplete
* @function
* @public
* @return {boolean} - whether there are any remaining incomplete responses.
*/
}
/**
* Add the form data to the given experiment.