Represents a single trial within a testing session.
Definition: SessionTrial.h:45
int responseTime
The time taken by the user to respond, in milliseconds.
Definition: SessionTrial.h:48
int sessionId
The identifier of the session this trial belongs to.
Definition: SessionTrial.h:47
QString correctResponse
The correct response for this trial.
Definition: SessionTrial.h:49
int trialId
The unique identifier for this trial within the session.
Definition: SessionTrial.h:46
QString userResponse
The user's actual response for this trial.
Definition: SessionTrial.h:50