AvailableAnswerDesigns
Provides a dynamic view of all available answer design templates that can be applied to surveys, assessments, or questionnaires. This view helps users quickly locate and reuse consistent formatting and structure across forms.
Columns
| Name | Type | Description |
| ID | String | Unique identifier assigned to each available answer design record within the system. This ID ensures entity traceability and supports internal references. |
| Name | String | The human-readable name of the answer design. This is typically used in user interfaces and reports to identify the answer option clearly. |
| Status | String | Current operational status of the answer design, indicating whether it is active, inactive, deprecated, or in draft state. |
| Created_By | String | Username or identifier of the user or process that originally created this answer design record. |
| Created_Date | Datetime | Timestamp representing when the answer design record was initially created in the system. Stored in UTC. |
| Last_Modified_By | String | Username or identifier of the user or automated process that last modified the answer design record. |
| Last_Modified_Date | Datetime | Timestamp for the most recent update to the answer design record. This helps track audit and versioning changes. |
| Answer_Text | String | The full text of the answer option as presented to the user. This text typically appears in response options for a given question design. |
| Question_Design | String | Reference to the associated question design this answer belongs to. Acts as a foreign key linking to a broader survey or form structure. |
| Order | Int | Numerical value indicating the display sequence of this answer within the list of possible answers. Lower values appear first. |
| Score | Int | Numeric score assigned to this answer option, used in evaluations, assessments, or logic-based workflows. |
| Lifecycle | String | The lifecycle model applied to this answer design, which defines the stages it transitions through, such as Draft, Review, and Approved. |
| Lifecycle_State | String | The current state within the defined lifecycle, such as Active, In Review, or Obsolete. This helps manage content governance. |
| Approver_Type | String | Indicates the type or role of the entity responsible for approving this answer design, such as Manager, Reviewer, or System Administrator. |