A nodejs application that provides content rating as a service.
Essentially Evaluate is a NodeJS server which provides metrics that can be embedded onto your site. Each client site is issued an API key, which it uses to communicate with the server.
- Various rating types - One-Way, Two-Way, Poll, Range, and Valuelist
- Rubrics - Essentially a metric composed of various submetrics.
- Learning Record Store integration - Vote events are sent to the LRS.
- For Server Administrators - How to install and configure Evaluate
- For Client Developers - How to interface with Evaluate
- For Evaluate Developers - How the code is structured, and how to maintain it.