Hello David,

I think this solution is from one of the ConTeXt pdfs. Or from the
mailinglist. Or....

--------------------------------------------------
\defineblock[question]
\defineblock[answer]

\defineenumeration[question][location=top,text=Frage]
\defineenumeration[answer][location=top,text=Antwort]

\hideblocks[answer]

\starttext
\beginquestion
\question Wieviel ist $4*5$?
\endquestion
\beginanswer
\answer $20$.
\endanswer

\beginquestion
\question Was macht $100 / 10$??
\endquestion
\beginanswer
\answer $10$
\endanswer


\subject{Abschnitt}
\useblocks[answer]


\stoptext
--------------------------------------------------
Patrick

-- 
ConTeXt wiki and more: http://contextgarden.net
_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to