You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each stimulus is presented on multiple screens (pages), but the current code doesn't take that into account, leading to AOIs from different pages overlapping.
Description of a solution
Split the AOI dataframe into multiple drataframes, each corresponding to its screen
Steps:
Include a splitting function for the AOI dataframe in the TextStimulus class
Minimum acceptance criteria
Implemented splitting.
The text was updated successfully, but these errors were encountered:
Description of the problem
Description of a solution
Minimum acceptance criteria
Implemented splitting.
The text was updated successfully, but these errors were encountered: