UNPKG

@bdelab/jscat

Version:

A library to support IRT-based computer adaptive testing in JavaScript

10 lines (9 loc) 272 B
export { Cat, CatInput } from './cat'; export { Clowder, ClowderInput } from './clowder'; export { prepareClowderCorpus } from './corpus'; export { EarlyStopping, StopAfterNItems, StopOnSEMeasurementPlateau, StopIfSEMeasurementBelowThreshold, } from './stopping';