2.1.1-update-deployment.0 • Published 6 years ago

illuminate-live-proctoring v2.1.1-update-deployment.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Assessment Panel(Live Proctoring) Front-End JS Application

Assessment panel is the real-time look into what's happening within an assessment. We've included more functionality from the student list page, aggregate responses page and of course the existing live proctoring page.

Pre-requisites

Make sure you have the latest version of node, tested versions include 5.5.1 Run outside of vagrant:

# latest npm
npm install npm@latest -g

# latest node
npm install node@latest -g

Build Setup

Run outside of vagrant, inside the directory the project is cloned in. This project should be cloned in a subdirectory under the main atd codebase folder. The folder name should be frontend-live-proctoring.:

# install dependencies
npm install

# build for production with minification
npm run build-prod

# build and watch files for change
npm run watch