interview-widget 3.1.0 → 3.1.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 +8 -6
- package/dist/types.d.ts +1 -0
- package/dist/widget.es.js +2126 -2105
- package/dist/widget.umd.js +6 -6
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -208,12 +208,14 @@ Pass this object to `InterviewWidgetProvider` via the `config` prop. Tables list
|
|
|
208
208
|
|
|
209
209
|
### Interview
|
|
210
210
|
|
|
211
|
-
| Prop
|
|
212
|
-
|
|
|
213
|
-
|
|
|
214
|
-
|
|
|
215
|
-
|
|
|
216
|
-
|
|
|
211
|
+
| Prop | Type | Default | Description |
|
|
212
|
+
| -------------------- | --------- | ------- | ------------------------------------------ |
|
|
213
|
+
| allow_answer_editing | `boolean` | true | Enable/disable answer editing phase |
|
|
214
|
+
| capture_screenshots | `boolean` | false | Enable/disable periodic screenshot captures |
|
|
215
|
+
| timers | `object` | [see below](#timers) | Per-phase and global timing configuration |
|
|
216
|
+
| stt | `object` | [see below](#stt-speech-to-text) | Speech-to-Text provider settings |
|
|
217
|
+
| tts | `object` | [see below](#tts-text-to-speech) | Text-to-Speech provider settings |
|
|
218
|
+
| proctoring | `object` | [see below](#proctoring) | Proctoring settings and cheating detection |
|
|
217
219
|
|
|
218
220
|
#### Timers
|
|
219
221
|
|