Skip to content

Exam Question Flag Documentation

kevincostnerha edited this page Jan 5, 2022 · 4 revisions

ITERATION 8

Exam Question Flag Package Component Dependency Chart


Processes

QuestionProcess

Description: This process is launched when an Exam_Question__c record is created and sends them to be approval process.

Approval Process

NewQuestionApprovalProcess

Description: This approval process assigns a new question to the Queue: Proofread. When the "Proofreader" approves it, it is then sent to the Queue: Format for approval. When the "Formatter" approves it, the question is then sent to the Queue: Final. Once the "Final Approver" approves of the question, the question is added into the question bank.

FlaggingApprovalProcess

Description: This approval process assigns a question that was flagged to the Queue: Final. If the "Final Approver" approves of the question, it is sent back into the question bank. If not, the question is not inserted back into the question bank.

Path

QualityAssurancePath

Description: This path will update alongside the Approval Process to display how far along a newly submitted question is in the process.

TRIAL OF THE TITANS

├─Install Instructions
│   ├Site Setup
├─General Documentation
│   ├Data Modeling/Relationships
│         ├Data Model
│         ├Custom Objects & Fields
│   ├Issues & Suggestions
│         ├Known Issues
│         ├Data Model Issues & Suggestions
│   ├Dependency Chart
├─Resources
├─Package Overview
│   ├Trial of the Titans Package
│         ├QC Hub
│         ├Trainer Hub
│         ├Mock Interview
│   ├Chart Package Package
│   ├Hero Hub Package
│   ├Titan Hub Package
│   ├Exam Interview Package
│   ├Portfolio Hub Package
├─Archive

Clone this wiki locally