Table Type: Historical Data
Contains evaluation question group scores for a conversation evaluation.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| conversation_id | string | Primary Key | The unique identifier of the conversation. |
| evaluation_id | string | Primary Key | The unique identifier of the evaluation. |
| question_group_id | string | Primary Key | The unique identifier of the question group. |
| total_score | single | Total score for the question group. | |
| max_total_score | single | Maximum possible total score for the question group. | |
| marked_na | boolean | True when the question group was marked not applicable. | |
| system_marked_na | boolean | True when the system marked the question group not applicable. | |
| total_critical_score | single | Total critical score for the question group. | |
| max_total_critical_score | single | Maximum possible total critical score for the question group. | |
| total_non_critical_score | single | Total non-critical score for the question group. | |
| max_total_non_critical_score | single | Maximum possible total non-critical score for the question group. | |
| total_score_unweighted | single | Unweighted total score for the question group. | |
| max_total_score_unweighted | single | Maximum possible unweighted total score for the question group. | |
| total_critical_score_unweighted | single | Unweighted total critical score for the question group. | |
| max_total_critical_score_unweighted | single | Maximum possible unweighted total critical score for the question group. | |
| total_non_critical_score_unweighted | single | Unweighted total non-critical score for the question group. | |
| max_total_non_critical_score_unweighted | single | Maximum possible unweighted total non-critical score for the question group. | |
| db_last_updated | datetime |
