From Bright Pattern Documentation
Jump to: navigation, search
 
(Updated via BpDeleteTranslateTags script)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<translate>= interaction_quality_monitoring_grades=
+
= interaction_quality_monitoring_grades=  
 
Each row in the ''interaction_quality_monitoring_grades'' table represents a grade in a single category given to an interaction segment during an instance of review referred to in the ''iqm_id'' field.
 
Each row in the ''interaction_quality_monitoring_grades'' table represents a grade in a single category given to an interaction segment during an instance of review referred to in the ''iqm_id'' field.
  
  
== Description of Data ==
+
== Description of Data ==  
 
The following table offers the name (i.e., ID), data type (e.g., BIGINT, BINARY, BIT, DATETIME, ENUM, INT, VARCHAR, etc.), and description for each metric (i.e., column) of the ''interaction_quality_monitoring_grades'' table.
 
The following table offers the name (i.e., ID), data type (e.g., BIGINT, BINARY, BIT, DATETIME, ENUM, INT, VARCHAR, etc.), and description for each metric (i.e., column) of the ''interaction_quality_monitoring_grades'' table.
  
Line 32: Line 32:
 
|The order in which the given category is supposed to appear in reports relative to the other grading categories (as defined in configuration)
 
|The order in which the given category is supposed to appear in reports relative to the other grading categories (as defined in configuration)
 
|}
 
|}
 
 
<center>[[reporting-database-specification/interaction_quality_monitoring|< Previous]] |  [[reporting-database-specification/surveys|Next >]] </center>
 
</translate>
 

Latest revision as of 04:03, 29 May 2024

• 日本語
• 5.19 • 5.2 • 5.3 • 5.8

interaction_quality_monitoring_grades

Each row in the interaction_quality_monitoring_grades table represents a grade in a single category given to an interaction segment during an instance of review referred to in the iqm_id field.


Description of Data

The following table offers the name (i.e., ID), data type (e.g., BIGINT, BINARY, BIT, DATETIME, ENUM, INT, VARCHAR, etc.), and description for each metric (i.e., column) of the interaction_quality_monitoring_grades table.


Column Name Data Type Description
id BINARY (16) Primary key
iqm_id BINARY (16) Reference to identifier of the review instance (field id in the interaction_quality_monitoring table)
grade_name VARCHAR Name of the call grading category
grade_value INT Grade assigned by the reviewer in the given category
order_num INT The order in which the given category is supposed to appear in reports relative to the other grading categories (as defined in configuration)
< Previous | Next >