Hi. I have some questions running SRC task.
1) Why does this error message appear?
"Unable to initialize <picture smoking> item number 0. Verify the item exists and is correctly defined. "
"Unable to initialize <picture control> item number 0. Verify the item exists and is correctly defined. "
The following is the part of picture smoking/control.
<item smokingpics>
/ 1 = "T_1A.jpg"
/ 2 = "T_2A.jpg"
/ 3 = "T_3A.jpg"
/ 4 = "T_4A.jpg"
/ 5 = "T_5A.jpg"
/ 6 = "T_6A.jpg"
/ 7 = "T_7A.jpg"
/ 8 = "T_8A.jpg"
/ 9 = "T_9A.jpg"
/ 10 = "T_10A.jpg"
/ 11 = "P_1A.jpg"
/ 12 = "P_2A.jpg"
/ 13 = "P_3A.jpg"
/ 14 = "P_4A.jpg"
/ 15 = "P_5A.jpg"
/ 16 = "P_6A.jpg"
/ 17 = "P_7A.jpg"
/ 18 = "P_8A.jpg"
</item>
<picture smoking>
/ items = smokingpics
/ position = (50%,50%)
/ erase = false
/select = values.selectsmo
/ size = (30%, 30%)
</picture>
<item controlpics>
/ 1 = "T_1B.jpg"
/ 2 = "T_2B.jpg"
/ 3 = "T_3B.jpg"
/ 4 = "T_4B.jpg"
/ 5 = "T_5B.jpg"
/ 6 = "T_6B.jpg"
/ 7 = "T_7B.jpg"
/ 8 = "T_8B.jpg"
/ 9 = "T_9B.jpg"
/ 10 = "T_10B.jpg"
/ 11 = "P_1B.jpg"
/ 12 = "P_2B.jpg"
/ 13 = "P_3B.jpg"
/ 14 = "P_4B.jpg"
/ 15 = "P_5B.jpg"
/ 16 = "P_6B.jpg"
/ 17 = "P_7B.jpg"
/ 18 = "P_8B.jpg"
</item>
<picture control>
/ items = controlpics
/ position = (50%,50%)
/ erase = false
/select = values.selectctrl
/ size = (30%, 30%)
</picture>
2) I want to use pictures of item 1~10 in test trials and 11~18 in practice trials, but I don't know how to do.
Thanks.