OPUS Best Practice Model for Checklists
- Updated on July 27th, 2024
- 17 Minute to read
- Share
-
Dark
This best practice guide outlines the OPUS Best Practice Model for creating and maintaining checklists, ensuring consistency, readability, and effective data usage for dashboard development.
Key Principles
-
Consistency:
- Ensure all question references follow a uniform format to facilitate ease of use and development.
- Maintain consistent terminology throughout the checklist.
-
Readability:
- Use clear and concise references to make it easy to understand and distinguish sections and questions.
- Avoid duplicates and overlaps in question references.
Formatting Guidelines
-
System References:
- Follow the system reference document as specified in the system reference document.
-
Question References:
- Structure the reference to include the section and question name in full words.
- Use "_" to join words in section and question names.
- Example: For Section="Employee" and Question="Enter first name of employee":
- Question Reference = "employee_firstname"
-
Lowercase Usage:
- Use lowercase for all question references except for system references.
-
Multiple Subsections:
- When a section includes multiple subsections, the question reference should contain both the section and subsection names separated by "_".
- Example: For Section="Employee", Sub Section="Address", Question="Enter street Address":
- employee_address_street
-
Avoid Special Characters:
- Do not use ",", ".", "/", or other special characters in question references.
-
Comments, Scores, & Alerts:
- Place (Comments, Score, Alerts) in brackets after the question reference.
- Example: For Section="Employee", Question="Enter first name of employee", with a score:
- employee_firstname (Score)
Example Checklist
Section: Employee
- Enter first name of employee:employee_firstname
- Enter last name of employee:employee_lastname
- Enter employee ID:employee_id
Section: Employee, Subsection: Address
- Enter street address:employee_address_street
- Enter city:employee_address_city
- Enter postal code:employee_address_postal_code
Comments, Scores, Alerts Example
- Enter first name of employee:employee_firstname (Comments)
Important Notes
Sample Data: Ensure sample data is captured against the checklist before starting dashboard development. This is critical for accurate and effective dashboard creation.
By adhering to these best practices, you will create clear, consistent, and easily manageable checklists that support efficient data collection and analysis within the OPUS system.