On 2013–01–07 Jaroslav Hajtmar wrote: > Last example is not working! I have installed last version of > \defineblock[question] > \defineblock[answer] > > \hideblocks[answer] > > > \defineenumeration[question] > \defineenumeration[answer] > > \starttext > > \chapter{Questions} % Show only the question blocks > > \beginquestion > \startquestion > First question. > \stopquestion > \endquestion > > \beginanswer > \startasnwer \startanswer > Answer to the first question. > \stopanswer > \endanswer > > \chapter{Answers} % Show the question with the corresponding answer > > \useblocks[question,answer] > > \stoptext Marco