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.
Loading...
Searching...
No Matches
Public Attributes | List of all members
TestSessionData Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ correctResponse

QString TestSessionData::correctResponse

The correct response for the trial.

◆ responseTime

int TestSessionData::responseTime

Time taken by the user to respond, in milliseconds.

◆ sampleFileName

QString TestSessionData::sampleFileName

Name of the sample file used in the session.

◆ sessionDuration

int TestSessionData::sessionDuration

Duration of the session in seconds.

◆ sessionEndDate

QString TestSessionData::sessionEndDate

End date of the session.

◆ sessionId

int TestSessionData::sessionId

Unique identifier for the session.

◆ sessionStartDate

QString TestSessionData::sessionStartDate

Start date of the session.

◆ trialId

int TestSessionData::trialId

Unique identifier for the trial within the session.

◆ userResponse

QString TestSessionData::userResponse

The user's response for the trial.


The documentation for this struct was generated from the following file: