interfaces
    interfaces for task-tracker
  
Main_Interface
Main_Interface (trial)
The main interface, with which the user interacts. Contains a landing page, several Sub_Interfaceobjects and the Proband_Interface.
Proband_Interface
Proband_Interface (demographics, n_in_one_row=4)
Interface to acquire metadata related to the proband. The metadata can be saved to the Proband object.
Sub_Interface
Sub_Interface (tasks:List, trial:task_tracker.trial_components.Trial, lane='Tasks')
Interface to record Task-objects. Corresponds to one Tab in Main_Interface.
Correct_Transcription_Interface
Correct_Transcription_Interface (trial, coding_categories=[])
Interface to easily check and correct audio transcriptions.