AudibleT 0.0.1
A real-time A/B/X audio testing tool for subjective assessment of various audio parameters, compatible for general purpose computer as well as embedded systems.
|
Contains data for a testing session. More...
#include <TestSessionData.h>
Public Attributes | |
int | sessionId |
QString | sessionStartDate |
QString | sessionEndDate |
QString | sampleFileName |
int | sessionDuration |
int | trialId |
QString | correctResponse |
QString | userResponse |
int | responseTime |
Contains data for a testing session.
This structure is used to hold information about a testing session, including the session ID, start and end dates, sample file name, session duration, trial ID, correct response, user response, and response time.
QString TestSessionData::correctResponse |
The correct response for the trial.
int TestSessionData::responseTime |
Time taken by the user to respond, in milliseconds.
QString TestSessionData::sampleFileName |
Name of the sample file used in the session.
int TestSessionData::sessionDuration |
Duration of the session in seconds.
QString TestSessionData::sessionEndDate |
End date of the session.
int TestSessionData::sessionId |
Unique identifier for the session.
QString TestSessionData::sessionStartDate |
Start date of the session.
int TestSessionData::trialId |
Unique identifier for the trial within the session.
QString TestSessionData::userResponse |
The user's response for the trial.