Oh, so that's it. Okay, thanks for your help. :-)
Incidentally, I have another question. Is is possible to work with subscripts in Inquisit? I have an item that should look like this:
<radiobuttons IT_ZT8>
/ caption = "Welcher Zahlenbereich kann mit einer Wortlänge von 8 Bit dargestellt werden?"
/ fontstyle = ("Times New Roman", -35)
/ required = true
/ correctresponse = ("1")
/ validresponse = ("1","2","3","4")
/ options = ("
0
dezbis 256
dez ", "00000000
hexbis FFFFFFFF
hex ", "00
hexbis FF
hex ", "0
dezbis 1023
dez")
/ optionvalues = ("1","2","3","4")
/ responsefontstyle = ("Times New Roman", -35)
</radiobuttons>
But I don't know if and how I can use subscript.