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
work

Project Managers

Manage PMs who assign and track interviews

arrow_forward
person_search

Interviewers

Manage technical and HR interviewers

arrow_forward
}
} @if (uiService.showInterviewPopup()) {

Interview Management

person

Individual Interview

Evaluate technical and one-to-one interviews

arrow_forward
groups

Group Interview

Evaluate group discussion and teamwork rounds

arrow_forward
} @if (showLogoutConfirm) {

Confirm Logout

logout

Are you sure you want to sign out of QuizMaster?

}