traitify-widgets 3.0.1 → 3.0.2-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/build/traitify.js +1 -1
- package/build/traitify.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -208,6 +208,11 @@ OR
|
|
|
208
208
|
Traitify.options.perspective = "thirdPerson";
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
+
### Render cognitive assessment without timer
|
|
212
|
+
```
|
|
213
|
+
Traitify.options.survey.disableTimeLimit = true;
|
|
214
|
+
```
|
|
215
|
+
|
|
211
216
|
## Reports
|
|
212
217
|
|
|
213
218
|
### Big Five Hiring Manager Report
|