mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-12 16:48:10 +00:00
cleanup formcomplete
This commit is contained in:
parent
ea3501405b
commit
cfc2debcf6
@ -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;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user