ideas-1.5: Feedback services for intelligent tutoring systems

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

Ideas.Main.Logging

Description

Facilities to create a log database

Synopsis

Documentation

data Record Source

The Record datatype is based on the Ideas Request Logging Schema version 2.

Instances

addRequest :: Request -> Record -> Record Source

Add record information from the Request datatype

addState :: State a -> Record -> Record Source

Add record information from the state (userid, sessionid, taskid)