I cannot find the variable that tracks the order in which the scenarios were presented to participants.
This is why we always suggest not to use array_rand()
, random()
etc., but a random generator. Use this content
sce100, sce101, sce102, sceTrans, sce200, sce201, sce202, sceTrans, sce300, sce301, sce302, sceTrans, sce400, sce401, sce402
sce200, sce201, sce202, sceTrans, sce300, sce301, sce302, sceTrans, sce400, sce401, sce402, sceTrans, sce100, sce101, sce102
sce300, sce301, sce302, sceTrans, sce400, sce401, sce402, sceTrans, sce100, sce101, sce102, sceTrans, sce200, sce201, sce202
sce400, sce401, sce402, sceTrans, sce100, sce101, sce102, sceTrans, sce200, sce201, sce202, sceTrans, sce300, sce301, sce302
(this is 4 "codes" from the perspective of the random generator)
Then draw 4 codes per interview, and use valueList(..., 'label') to get you page order. The random generator will store the order automatically.
Can I retrieve the presentation order from the system or any logs in SoSci?
Unless you worked with a multi-level-structure or your interviews are not FINISHED=1, you cannot post-hoc, no.