Counter Error Message


Author
Message
Ren
Ren
Ren
posted 9 Years Ago HOT
Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)
Group: Forum Members
Posts: 5, Visits: 26
Hey guys,

I'm new to Inquisit. I've almost finished scripting my experiment, but I'm having an issue with the counter. I keep getting this error message:
Element: counter.Negative Attribute: allowrepeats Message: Can not be set to 'true' when selection mode is 'current'.
The only problem is, allowrepeats is set to false. I am getting the same error with my Benign counter as well.

I need to have the experiment run so that sentences are paired with particular negative, benign and unmatched words, and that those pairs are not repeated (so each sentence will be presented three times -once with each word- but will not appear consecutively or too close together). Participants have to respond to both the sentence and the word so I have used separate trials for them. It all works fine without the counter except that pairs get repeated.

This is what I have at the moment (well, some of the relevant bits so you can see what I'm doing):

<text Sentences>
/ items = ("A coworker begins saying the same phrases you do", "A friend does not respond when you wave hello", "Colleagues find your views unusual", "In your interveiw the people do not smile", "People laugh after something you said", "You notice someone pointing in your direction", "Your classmates are surprised by your project", "Your date has to leave early", "Your friend does not call you back", "Your friend opens your present and makes a face", "Your friends think of you differently after a long road trip", "Everyone stops talking when you enter the room", "You and your classmate accidentally bump into each other", "You hear a friend make a joke about you", "You hear your name mentioned in a nearby conversation", "Your boss wants to meet with you", "People always tell you to smile", "You make a first impression on your coworker")
/ select = Sentences
/ color = (255, 255, 255)
/ txbgcolor = (0, 0, 0)
</text>

<text Negative>
/ items = ("Mocked", "Rejected", "Weird", "Failure", "Humiliated", "Ridiculed", "Stupid", "Rejected", "Angry", "Disappointed", "Boring", "Isolated", "Embarrassing", "Insulted", "Ridiculed", "Criticize", "Defective", "Stupid")
/ select = Negative
/ color = (255, 255, 255)
/ txbgcolor = (0,0,0)
</text>

<counter Sentences>
/ allowrepeats = false
/ select = noreplacenorepeat
/ resetinterval = 0
</counter>

<counter Negative>
/ allowrepeats = false
/ select = current(Sentences)
/ resetinterval = 60
</counter>

<trial Sentences>
/ stimulustimes = [0=Fixation; 500=Sentences]
/ validresponse = (" ")
</trial>

<trial Negative>
/stimulustimes = [0=Negative]
/validresponse = ("s", "k")
</trial>

<block SentenceNegative>
/ trials = [1=Sentences;2=Negative]
/ screencolor = (0, 0, 0)
</block>

Hope that all makes sense!!
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Ren - 9 Years Ago
Ren - 9 Years Ago
Dave - 9 Years Ago
Ren - 9 Years Ago
Dave - 9 Years Ago
Ren - 9 Years Ago
                         It does both. Run the code and see for yourself.
Dave - 9 Years Ago
                             oh okay, thank you, I will give it a go
Ren - 9 Years Ago

Reading This Topic

Explore
Messages
Mentions
Search