Unproctored Testing Module - Process Map
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#003256', 'primaryTextColor': '#fff', 'primaryBorderColor': '#004a7c', 'lineColor': '#004a7c', 'secondaryColor': '#FDB736', 'tertiaryColor': '#F5F5F5'}}}%%
flowchart TB
subgraph SETUP["SETUP PHASE"]
direction TB
A1[/"Create Tests<br/>Import CSV or Build"/]
A2["Configure Test Settings<br/>Time limits - Display options<br/>Scoring rules"]
A3["Publish Tests"]
A1 --> A2 --> A3
end
subgraph ORGANIZE["ORGANIZE PHASE"]
direction TB
B1["Create Test Batteries<br/>Sequence tests - Set hurdles<br/>Add breaks - Instructions"]
B2["Create Positions<br/>Link to batteries"]
B1 --> B2
end
subgraph SCHEDULE["SCHEDULE PHASE"]
direction TB
C1["Create Test Windows<br/>Set date range<br/>Assign position"]
end
subgraph CANDIDATES["CANDIDATE PHASE"]
direction TB
D1[/"Add Candidates<br/>Individual or Bulk CSV"/]
D2["Assign to Windows"]
D3["Generate Test Links"]
D4["Send Communications<br/>Email/SMS"]
D1 --> D2 --> D3 --> D4
end
subgraph MONITOR["MONITOR PHASE"]
direction TB
E1["Track Progress"]
E2["Review Results"]
E1 --> E2
end
SETUP --> ORGANIZE
ORGANIZE --> SCHEDULE
SCHEDULE --> CANDIDATES
CANDIDATES --> MONITOR
subgraph COMMS["COMMUNICATIONS"]
direction TB
S1["Email Templates<br/>Test Links, Reminders, Results"]
S2["SMS Templates"]
S3["Candidate Portal Welcome"]
end
subgraph SECURITY["SECURITY"]
direction TB
S4["Security Agreement"]
end
COMMS -.->|"Configure anytime"| CANDIDATES
SECURITY -.->|"Org-level setting"| ORGANIZE
Import tests via CSV or build with the WYSIWYG editor. Configure timing, scoring, and display settings. Publish when ready.
Group tests into batteries with sequence order, hurdle logic, and general instructions for candidates. Create positions linked to required batteries.
Define testing periods with start/end dates. Associate windows with positions to automatically link the correct battery.
Add candidates individually or via bulk import. Assign to windows, generate encrypted test links, and send email/SMS notifications.
Monitor completion progress in real-time. Review pass/fail results, score distributions, and export reports.
Configure communication templates for test links, reminders, results notifications, and the Candidate Portal welcome message. Managed via the Communications page.
Configure the organization-wide security agreement that candidates must accept before testing. Toggle display per battery.