POQ_QUESTION_SCORES
The POQ_QUESTION_SCORES table stores the range of values and scores for numeric type questions that are set for automatic scoring.
Details
-
Schema: FUSION
-
Object owner: POQ
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
POQ_QUESTION_SCORES_PK |
QUESTION_SCORE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
QUESTION_SCORE_ID | NUMBER | 18 | Yes | Internal system identifier for the question score. | |
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
QUESTION_ID | NUMBER | 18 | Yes | Unique identifier for the question which is related to this scoring record. | |
SCORE | NUMBER | Yes | The score to be assigned to response values which fall between the from response value and the to response value. | ||
FROM_RESPONSE_VALUE | NUMBER | The lowest response value to which this scoring row applies. If null then there is no lower limit for this scoring row. | |||
TO_RESPONSE_VALUE | NUMBER | The highest response value to which this scoring row applies. If null then there is no upper limit for this scoring row. | |||
CRITICAL_RESPONSE_FLAG | VARCHAR2 | 1 | Specifies whether a response is critical for evaluation. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
POQ_QUESTION_SCORES | poq_questions_b | QUESTION_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
POQ_QUESTION_SCORES_F1 | Non Unique | Default | QUESTION_ID |
POQ_QUESTION_SCORES_PK | Unique | Default | QUESTION_SCORE_ID |