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

cleanup formcomplete

This commit is contained in:
RebeccaHirst 2021-05-10 11:18:18 +01:00
parent ea3501405b
commit cfc2debcf6

View File

@ -337,8 +337,10 @@ export class Form extends util.mix(VisualStim).with(ColorMixin)
* @public * @public
* @return {boolean} - whether there are any remaining incomplete responses. * @return {boolean} - whether there are any remaining incomplete responses.
*/ */
formComplete()//same as complete but might be used by some experiments before 2020.2 formComplete()
{this.getData(); {
//same as complete but might be used by some experiments before 2020.2
this.getData();
return this._items._complete; return this._items._complete;
} }
/** /**