Lecture overview
Keyboard shortcut: 'u'  Previous page
Keyboard shortcut: 'p'  Next page
Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide
Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Slide 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.

The LAML source of a multiple choice quiz.

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

An equivalent HTML document for the presentation of the quiz. Notice that this document only contains a subset of the information in the quiz. Notice the difference in abstration level of the two documents.

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

A more comprehensive variant of the LAML quiz. The document contains information about correctness and clarification of the individual answers.

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

The implementation of the demo quiz document style. As the name indicates we consider this software as a demonstration of a simple LAML document style. We make use of quizzes in our educational material, with similar - but not identical - software behind.