picture.nontargetshape on Nback task


Author
Message
rachel_kantor
rachel_kantor
Associate Member (196 reputation)Associate Member (196 reputation)Associate Member (196 reputation)Associate Member (196 reputation)Associate Member (196 reputation)Associate Member (196 reputation)Associate Member (196 reputation)Associate Member (196 reputation)Associate Member (196 reputation)
Group: Forum Members
Posts: 2, Visits: 12
I downloaded the  Single Task Adaptive Nback task directly from the millisecond library. However, it does not seem to work. I must be doing something wrong. I get the following message, and no results are calculated:

picture.nontargetshape
unable to initialize <picture nontargetshape> item number 0. verify the item exists and is correctly defined.

How do I resolve this issue?
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
Correction: There is a minor mistake in the script's <list notargetvalue> element that can lead to the detailed error. The fix is to change the erroneous /selectionmode specification

<list notargetvalue>
/items = (1, 2, 3, 4, 5, 6, 7, 8)
/ not = (values.currenttarget)
/ selectionmode = replace
</list>

tothe proper

<list notargetvalue>
/items = (1, 2, 3, 4, 5, 6, 7, 8)
/ not = (values.currenttarget)
/ selectionmode = random
/ replace = true

</list>


Edited 8 Years Ago by Dave
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search