LaTeX / Beamer presentation example

Macro facility

You can use the following macro to generate QuizZoodle tags easily:

\usepackage[absolute,overlay]{textpos}
\newif\ifQDLE
\QDLEtrue % set to false to desactivate quizz

\ifQDLE\newcommand\QdleTag[3]{%
\begin{textblock*}{30mm}[0,0](3mm,\textheight)
\#QDLE\##1\##2\##3\#
\end{textblock*}}
\else\newcommand\QdleTag[3]{}
\fi

Some examples showing how to use the macro:

Here is a basic example: presentation.zip (LaTeX sources with assets) and presentation.pdf

You can test the rendering of presentation in QuizZoodle here

back