Editable Text Block Question

An Editable Text Block Question is decorated with the keyword EDITABLE_TEXTBLOCK. Its default value refers to the content to be edited. The answer is of type TEXT. It will contain a reference to the edited Text Block content e.g.,

TEXT answer
FORM "A form with a single editable text block"
	QUESTION "Clause A001"
	ID("A001")	
		EDITABLE_TEXTBLOCK
		DFT("Clauses\A001")
	ANSWER answer

This will result in a question that allows the user to edit content based on the Text Block that is stored in the ITP/MDK Repository as Clauses\A001.

Note

This will not affect the actual content of the Text Block in the ITP/MDK Repository. The result can be written to the output of the result document as follows:

TEXTBLOCK
	VAR(answer)

The variable 'answer' will just contain an internal identifier. Therefore, it does not make any sense to write it to the output of the result document.