public.evalquestiongroupdata
Description
Evaluation Question Group Detailed Data
Columns
keyid |
varchar(50) |
|
false |
|
|
Primary Key |
evaluationid |
varchar(50) |
|
false |
|
|
Evaluation GUID |
evaluationformid |
varchar(50) |
|
false |
|
|
Evaluation Form GUID |
questiongroupid |
varchar(50) |
|
true |
|
|
Evaluation Question Group Comments |
totalscore |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Total Score |
maxtotalscore |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Max Total Score |
markedna |
bit(1) |
|
true |
|
|
Evaluation Question Group Marked Not Applicable (True/False) |
totalcriticalscore |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Total Critical Score |
maxtotalcriticalscore |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Total Max Critical Score |
totalnoncriticalscore |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Total Non Critical Score |
maxtotalnoncriticalscore |
numeric(20,2) |
|
true |
|
|
Evaluation Question GroupTotal Max Non Critical Score |
totalscoreunweighted |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Total Score Un-Weighted |
maxtotalscoreunweighted |
numeric(20,2) |
|
true |
|
|
Evaluation Question Group Max Total Score Un-Weighted |
failedkillquestions |
bit(1) |
|
true |
|
|
Evaluation Question Group Falled Kill Questions |
comments |
text |
|
true |
|
|
Evaluation Question Group Comments |
updated |
timestamp without time zone |
|
true |
|
|
Date Row Updated (UTC) |
Constraints
evalquestiongroupdata_pkey |
PRIMARY KEY |
PRIMARY KEY (keyid) |
Indexes
evalquestiongroupdata_pkey |
CREATE UNIQUE INDEX evalquestiongroupdata_pkey ON public.evalquestiongroupdata USING btree (keyid) |
evaluationgroupdataevaluationid |
CREATE INDEX evaluationgroupdataevaluationid ON public.evalquestiongroupdata USING btree (evaluationid) |
Related Articles
public.participantattributesdynamic
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false conversationid varchar(50) false conversationstartdate timestamp without time zone false conversationstartdateltc timestamp without time zone true ...
public.evalquestiondata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false evaluationid varchar(50) false evaluationformid varchar(50) false questiongroupid varchar(50) true questionid varchar(50) true answerid varchar(50) true ...
public.userpresencedetaileddata
Description User Presence Detailed Data Columns Name Type Default Nullable Children Parents Comment keyid varchar(255) false Primary Key userid varchar(50) true Agent GUID starttime timestamp without time zone false Start Time (UTC) starttimeltc ...
public.userinteractionpresencedetaileddata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(255) false userid varchar(50) true starttime timestamp without time zone false starttimeltc timestamp without time zone true endtime timestamp without time zone ...
public.userpresencedata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(255) false id varchar(50) true userid varchar(50) true startdate timestamp without time zone false startdateltc timestamp without time zone true timetype ...