Hello Dave,
I've installed Inquisit 4 and it appears that I still can't get the symbols to work. I picked symbols font. Subsequently, I copied and paste the symbols from word and alot of them appears as "?". For example, "α" becomes "a" and for "y bar" (can't do symbol here). In addition, symbols such as x2 requires superscript which I do not think inquisit supports. Or does it?
All help greatly appreciated!
<text statisticssymbolstop>
/ items = statisticssymbols
/ position = (50%, 40%)
/ fontstyle = ("Symbol", 2.60%, true, false, false, false, 5, 1)
/ txcolor = (0, 0, 0)
</text>
<text statisticssymbolsbottom>
/ items = statisticssymbols
/ position = (50%, 60%)
/ fontstyle = ("Symbol", 2.60%, true, false, false, false, 5, 1)
/ txcolor = (0, 0, 0)
</text>
<text neutralsymbolstop>
/ items = neutralsymbols
/ position = (50%, 40%)
/ fontstyle = ("Symbol", 2.60%, true, false, false, false, 5, 1)
/ txcolor = (0, 0, 0)
</text>
<text neutralsymbolsbottom>
/ items = neutralsymbols
/ position = (50%, 60%)
/ fontstyle = ("Symbol", 2.60%, true, false, false, false, 5, 1)
/ txcolor = (0, 0, 0)
</text>
<item statisticssymbols>
/ 1 = "µ"
/ 2 = "ß"
/ 3 = "a"
/ 4 = "?"
/ 5 = "X"
/ 6 = "n"
/ 7 = "y ¯"
/ 8 = "s"
/ 9 = "s2"
/ 10 = "s"
</item>
<item neutralsymbols>
/ 1 = "`"
/ 2 = "("
/ 3 = "!"
/ 4 = "@"
/ 5 = "#"
/ 6 = "$"
/ 7 = "%"
/ 8 = "^"
/ 9 = "&"
/ 10 = "*"
</item>