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

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

Main.Tasks

Description

 
Synopsis

Documentation

tasks :: [Task] Source #

The list of Advise-me exercises

findTask :: Monad m => Id -> m Task Source #

findTaskFuzzy :: Monad m => String -> m Task Source #

Find task, being forgiving about capitalisation, whitespace and interpunction.

fullNetwork :: Network () Source #

Combined network for all tasks.

taskNetwork :: Network () Source #

Combined network for all tasks (without student model).