I have created several texts elements and have consulted the online inquisit tutorial as well as the link you gave me. However, I still receive the same error reqarding stimulustimes. Here is my script so far:
<item item_eight alternating words>
/ 1= "书包"
/ 2= "Scissors"
/ 3= "灯泡"
/ 4= "Laptop"
/ 5= "海鸥"
/ 6= "Ostrich"
/ 7= "手表"
/ 8= "Microwave"
/ 9= "#"
/ 10= "Ruler"
</item>
<text text_eight alternating words1>
/ items = ("书包")
/ select = sequence
/ fontstyle = ("@宋体", 4.69%, true, false, false, false, 5, 134)
/ txcolor = (0, 0, 255)
/ txbgcolor = (255, 255, 255)
</text>
<text text_eight alternating words2>
/ items = ("Scissors")
/ select = sequence
/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)
/ txcolor = (0, 0, 255)
/ txbgcolor = (255, 255, 255)
</text>
<text text_eight alternating words3>
/ items = ("灯泡")
/ select = sequence
/ fontstyle = ("@宋体", 4.69%, true, false, false, false, 5, 134)
/ txcolor = (0, 0, 255)
/ txbgcolor = (255, 255, 255)
</text>
<text text_eight alternating words4>
/ items = ("Laptop")
/ select = sequence
/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)
/ txcolor = (0, 0, 255)
/ txbgcolor = (255, 255, 255)
</text>
<text text_eight alternating words5>
/ items = ("海鸥")
/ select = sequence
/ fontstyle = ("@宋体", 4.69%, true, false, false, false, 5, 134)
/ txcolor = (0, 0, 255)
/ txbgcolor = (255, 255, 255)
</text>
<text text_eight alternating words6>
/ items = ("Ostrich")
/ select = sequence
/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)
/ txcolor = (0, 0, 255)
/ txbgcolor = (255, 255, 255)
</text>
<text text_eight alternating words7>
/ items = ("手表")
/ select = sequence
/ fontstyle = ("@宋体", 4.69%, true, false, false, false, 5, 134)
/ txcolor = (0, 0, 255)
/ txbgcolor = (255, 255, 255)
</text>
<text text_eight alternating words8>
/ items = ("Microwave")
/ select = sequence
/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)
/ txcolor = (0, 0, 255)
/ txbgcolor = (255, 255, 255)
</text>
<text text_eight alternating words9>
/ items = ("#")
/ select = sequence
/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)
/ txcolor = (0, 0, 255)
/ txbgcolor = (255, 255, 255)
</text>
<text text_eight alternating words10>
/ items = ("Ruler")
/ select = sequence
/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)
/ txcolor = (0, 0, 255)
/ txbgcolor = (255, 255, 255)
</text>
<trial trialone>
/ stimulustimes = [0=书包; 1000=Scissors; 2000=灯泡; 3000=Laptop; 4000=海鸥; 5000=Ostrich; 6000=手表; 7000=Microwave;
8000=#; 11000=Ruler]
/ responsetime = 11000
/ response = timeout (10000)
/ inputdevice = keyboard
/ validresponse = ("f", "j")
/ correctresponse = ("j")