quiz QuizMaster
quiz QuizMaster
{{ roleBadge().label }}
@for (item of navItems(); track item.route) { @if (item.route === '/admin/users' || item.route === '/hr/users') { {{ item.icon }} {{ item.label }} } @else { {{ item.icon }} {{ item.label }} } }
Theme
@for (t of themes; track t.id) { }
{{ userInitial() }}
{{ authService.currentUser()?.name }} {{ authService.currentUser()?.email }}
@if (uiService.showManageUsersPopup()) {

Manage Users & Groups

people

Student Users

Review and manage candidate profiles and test histories

arrow_forward
group_add

Manage Groups

Create and structure student categorization effectively

arrow_forward
@if (authService.getUserRole() === 'admin') {
assignment_ind

HR Users

Manage HR staff platform access

arrow_forward
}
}