traitify-widgets 3.2.1-alpha.0 → 3.2.1-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 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 perspective
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
- \* currently only the `big-five` assessment has perspective content
232
+ ### Render results using specific perspective
227
233
 
228
234
  ```
229
235
  Traitify.options.perspective = "firstPerson";