This is a react library responsible for extending learning app with special exams functionality, e.g. proctored/timed exams.
- Clone your new repo:
git clone https://github.com/edx/frontend-lib-special-exams.git
Use node v12.x.
Using other major versions of node may work, but is unsupported. For convenience, this repository includes an .nvmrc file to help in setting the correct node version via nvm.
Install npm dependencies:
cd frontend-lib-special-exams && npm install
Production Build
The production build is created with npm run build
.
Please see edx/frontend-platform's i18n module for documentation on internationalization. The documentation explains how to use it, and the How To has more detail.