Advise-me-0.1: Assessment services for the Advise-Me project

Maintainerbastiaan.heeren@ou.nl
Stabilityprovisional
Portabilityportable (depends on ghc)
Safe HaskellNone
LanguageHaskell98

Bayes.StudentReport

Description

Provides reports of the user models.

Synopsis

Documentation

data StudentReport Source #

Constructors

StudentReport 
Instances
ToXML StudentReport Source # 
Instance details

Defined in Bayes.StudentReport

data Competence Source #

Instances
ToXML Competence Source # 
Instance details

Defined in Bayes.StudentReport

limitNesting :: Int -> StudentReport -> StudentReport Source #

Limit nested competences to n levels.

getTranslations :: String -> IO (Map String Translation) Source #

Get a mapping from NodeIDs to labels and descriptions in the requested language.

toReport :: String -> String -> Evidence -> IO StudentReport Source #

Create a student report from a student model.