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
SessionTrial Struct Reference

Represents a single trial within a testing session. More...

#include <SessionTrial.h>

Public Attributes

int trialId
 The unique identifier for this trial within the session.
 
int sessionId
 The identifier of the session this trial belongs to.
 
int responseTime
 The time taken by the user to respond, in milliseconds.
 
QString correctResponse
 The correct response for this trial.
 
QString userResponse
 The user's actual response for this trial.
 

Detailed Description

Represents a single trial within a testing session.

This struct is used to record the details of a single trial within a testing session. Each trial has a unique trial ID within the context of the session. It also records the correct response for the trial, the user's actual response, and the time taken by the user to respond.


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