mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-12 08:38: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
|
||||
* @return {boolean} - whether there are any remaining incomplete responses.
|
||||
*/
|
||||
formComplete()//same as complete but might be used by some experiments before 2020.2
|
||||
{this.getData();
|
||||
formComplete()
|
||||
{
|
||||
//same as complete but might be used by some experiments before 2020.2
|
||||
this.getData();
|
||||
return this._items._complete;
|
||||
}
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user