vue-oqylyq-proctoring
v1.0.3
Published
## Project setup ``` npm install vue-oqylyq-proctoring --save ```
Downloads
9
Readme
oqylyq-component
Project setup
npm install vue-oqylyq-proctoring --save
Import
import {HeadIdentityApp, ProctoringApp} from 'vue-oqylyq-proctoring'
Head Identity Usage
HeadIdentityApp(token="Token" token-type="Bearer" @success="onIdentitySuccess" @failure="onIdentityFailure" @closed="onClosed")
Full Proctoring Usage
ProctoringApp(assignment-id="12345" token="Token" token-type="Bearer" @configured="onAllStepsCompleted" @error="onSomeError" @action="onSomeAction")