Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 541 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 541 Bytes

Code Comparer

Compare code using Adaptive Comparative Judgement to build a scale using a Rasch model. For determining the 'quality' of things without using standardisation approaches.

Usage

npm install
npm start
  • Do some judgements. In this example, defaults to 5 judgements.
  • Get the results of your judgement cast onto a Rasch model and in logits.

Understanding ACJ

Check out src/example.js for a blow-by-blow account of what's happening in the logic.