Monitoring of Cooking Assessment by NVQF Management Team on15 Nov. 2023 at Skill Valley.
National Skill Passport Program
Project Manager Brifeing the Assessment Team
About
Project manager is highlighting about the National Skill Passport Program to The Assessment Team at Skills valley Assessment center.
Monitoring
Examination Monitoring
About
Monitoring Computer operator Examination
Monitoring Head Visit Assessment Centre
Assessment Monitoring
About
Assessor Mr. Usman Ali, A.C Co-Ordinator Ms. Batool Naseer & Monitoring Head Mr. Saqib Ali during the assessment of Computer operator qualification at The Hunar Foundation SZAKTI, Karachi on 11th Oct. 24.
{
tab.addEventListener('shown.bs.tab', function() {
// Update main tab active styling
mainTabs.forEach(t => t.classList.remove('active'));
this.classList.add('active');
// Reset sub-tabs to first active in the new main tab
const mainTabId = this.getAttribute('data-bs-target').substring(1);
const firstSubTab = document.querySelector(
`#${mainTabId} .nav-pills .nav-link`);
if (firstSubTab) {
firstSubTab.click();
}
});
});
subTabs.forEach(tab => {
tab.addEventListener('shown.bs.tab', function() {
// Update sub-tab active styling
const parentSubTabContainer = this.closest('.nav-pills');
parentSubTabContainer.querySelectorAll('.nav-link').forEach(t => t.classList
.remove('active'));
this.classList.add('active');
// Clear search input when switching sub-tabs
const activeTabPane = document.querySelector(this.getAttribute(
'data-bs-target'));
const searchInput = activeTabPane.querySelector('.search-input');
if (searchInput) {
searchInput.value = '';
const tableId = searchInput.getAttribute('data-table-id');
const table = document.getElementById(tableId);
if (table) {
table.querySelectorAll('tbody tr').forEach(row => {
row.style.display = '';
});
}
}
});
});
});