--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-p...@googlegroups.com.
To unsubscribe from this group, send email to e-prime+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.
Another way to implement trial loops is to add an additional
‘level’ to your experiment by using an extra list object for the
repeating trials (i.e. place a new list object on the trial
procedure). This list will loop ‘forever’ by setting the ‘exit list’
parameter to high value. Then move all trial objects to the procedure
of this new list. Finally add a small inline script at the end of the
subtrial that will terminate the sublist when a specific condition is
met (i.e. if stim.ACC=1 then sublist.Terminate end if)
This sounds complicated, but is in fact very straightforward to do,
and also supports more complex constructs (like giving additional
instructions after one or more errors.)
Best
Paul
2011/3/31 ben robinson <baltim...@gmail.com>:
As I understand it, Paul's method (using an inner trial List) should
automatically log each response, whether incorrect or correct, as
another row in your .edat file. Ben's method (just using a Jump
label), as it stands, should log only the final response, but with
judicious placement of inline code containing a c.Log command (see
the Context topic in the online E-Basic Help) you might get it to
record all responses. Each execution of c.Log generates a new line
in the .edat file, with the current values of all attributes.
-- David McFarlane, Professional Faultfinder
--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/e-prime/c04539d2-b382-4e25-a662-d3995b89a29c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.