Qformat/qtex

Материал из База знаний Центра ПУСК МФТИ
Версия от 06:56, 18 октября 2024; Олег Давидович (обсуждение | вклад) (1 версия импортирована)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

QuestionTeX format

QuestionTeX is a collection of LaTeX-macros that makes it easy for authors to create multiple-choice-tests in LaTeX.
For example, a question is entered as

\question{Now, ain't that easy?}

followed by all possible answers, e.g.

\true{That's about as easy as it gets.}

This way, a computer can directly process the LaTeX file containing the questions, automating the following deployment mechanisms:

  • Creation of a high quality printer's copy with standardized layout
  • Creation of a solution, including additional feedback
  • Creation of an interactive online-test (CAT)
  • Import of questions into Moodle LMS

You will find a package containing an example test as well as a documentation of the LaTeX-macros on the homepage of the LEMUREN project at ETH Zurich.