mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-12 16:48:10 +00:00
Update Form.js
This commit is contained in:
parent
99247a8f13
commit
bdc3915b23
@ -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
|
formComplete()//same as complete but might be used by some experiments before 2020.2
|
||||||
{this.getData();
|
{this.getData();
|
||||||
return this._items._complete;
|
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.
|
* Add the form data to the given experiment.
|
||||||
|
Loading…
Reference in New Issue
Block a user