Lecture overview
Keyboard shortcut: 'u'  Previous slide in this lecture
Keyboard shortcut: 'p'  Next slide in this lecture
Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  Annotated slide
Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    quiz-exSlide 10 : 42

Quiz example 

The example on this page stems from the paper A Programmatic Approach to WWW authoring using Functional Programming.

The example illustrates the development of a little language for handling of multiple choice quizzes

 

includes/demo-quiz/quiz-example-slim.lamlThe LAML source of a multiple choice quiz.
 

includes/demo-quiz/quiz-example-pp.htmlAn equivalent HTML document for the presentation of the quiz.
 

includes/demo-quiz/quiz-example.lamlA more comprehensive variant of the LAML quiz.
 

../../styles/demo-quiz.scmThe implementation of the demo quiz document style.