This repository contains two scripts that use JS Templating to render both a stand alone DID Rubric Criteria and a DID Rubric Evaluation from JSON. The example JSONs for this rendering can be found under the json
folder.
The intention of this tool is to enable people to generate and render DID Rubric Evaluations in HTML. It is intented to be simple and lightweight.
- Install npm packages:
npm install
- Generate a new evaluation:
npm run new-evaluation <evaluation_name>
- Run the rendering tool:
npm run dev
- Open the website at localhost:8080
- Navigate to the evaluation page at
/evaluations/<evaluation_name>
- Edit the evaluation JSON file (in the repo) at
./json/evaluations/<evaluation_name>.json
- Trigger rerender of the HTML. (Ctrl+Shift+R for hard refresh)