Different participants.
You can imagine I'm using a real-effort task, like a letter-search task. The blocks of text that participants search through are constant across all sessions.
For example, I have XXX blocks of text [textblock-1, textblock-2 ... textblock-XX, etc.].
The order that participants view these blocks of text is constant for all participants in all sessions across all conditions.
The problem is that the randomly generated "search-letter" in this example, is generated when the session is created when the session is created. So, I can
hold it constant within a session, but not across sessions again with different Ps.
The concern being that in session 1, textblock-1, participants' search letter = e
and then in session 2, textblock-1, participants' search letter = x
I'd like to get it to a point where the first time the app runs it randomly determines the sequence of randomly determined 'search letters'
^^^ I've already done this
And then going forward to all future sessions with new/different participants, they view the textblocks in the same order, and the assigned search letter mirrors that of the first session.
Does that make sense? Any help you can provide is greatly appreciated.
coolcam