traitify-widgets 3.2.0-alpha.0 → 3.2.0-alpha.2
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 +8 -2
- package/build/traitify.js +1 -1
- package/build/traitify.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -221,9 +221,15 @@ Traitify.options.survey.allowFullscreen = true;
|
|
|
221
221
|
Traitify.options.showHeaders = true;
|
|
222
222
|
```
|
|
223
223
|
|
|
224
|
-
### Render results using specific
|
|
224
|
+
### Render results using specific benchmark
|
|
225
|
+
|
|
226
|
+
```
|
|
227
|
+
Traitify.options.results.benchmarkID = benchmarkID;
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
Note: This differs from `options.benchmarkID`. A `profileID` and `benchmarkID` can be used to get an assessment with multiple recommendations. This option can be used to select one of those recommendations.
|
|
225
231
|
|
|
226
|
-
|
|
232
|
+
### Render results using specific perspective
|
|
227
233
|
|
|
228
234
|
```
|
|
229
235
|
Traitify.options.perspective = "firstPerson";
|