Skip to main content
  • Welcome to the E-Learn SKILLMAN platform


    doors

    JOB ROLES BUTTON CURRICULA  CERTIFICATIONS

    Sector Skills Alliance for Advanced Manufacturing in the Transport Sector

    This platform enables educational providers with curricula, certifications, job requirements and Open Educational Resources or link to external sources.

    The platform allows to navigate through three different pathways:

    • curricula
    • Job roles
    • certifications

    The core content of the platform is represented by the UOL - Units of Learning that are combined to compose a curricula, a job role or a certification.

    The e-Learning is structured reflecting the modular approach adopted by the joint European curricula allowing the educational providers to define Individual Learning Plans, defining individual tasks and assignments and monitoring in real time the attainment of learning outcomes. You can access to this platform both via web as well as via mobile.

    Each Unit of Learning belongs to one or more groups (Job roles, curricula, certifications) and can be also combined to further create new groups in the existing three categories. 

    Representation of Unit of Learning mapping system in the Skillman e-learning platform:

    three groups system

    The Alliance maintains an on-going interaction and cooperation with ESCO Sectoral and Cross-Sectoral Reference Groups, providing feedback and information on skills, competencies, qualifications and occupations in Advanced Manufacturing for the Transport Sector. The delivery of educational programmes is based upon the reference framework promoted by EQAVET, its procedures and the 10 indicators for monitoring the quality and impact of TVET programmes. The Alliance is committed to cooperate and support the EQAVET working groups by embedding the Quality Assurance approach in line with the proposed requirement of EQAVET Label.

    The use of the pedagogical resources is free. Any content can be copied and modified mentioning the source. 

Participant Portal News

(There are no discussion topics yet in this forum)

`; printWindow.document.open(); printWindow.document.write(html); printWindow.document.close(); }); }); // Select all links with hashes $('a[href*="#"]') // Remove links that don't actually link to anything .not('[href="#"]') .not('[href="#0"]') .not('[href*="#panel"]') .not('[href*="#section"]') .click(function(event) { // On-page links if ( location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname ) { // Figure out element to scroll to var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) + ']'); // Does a scroll target exist? if (target.length) { // Only prevent default if animation is actually gonna happen event.preventDefault(); $('html, body').animate({ scrollTop: target.offset().top }, 1000, function() { // Callback after animation // Must change focus! var $target = $(target); $target.focus(); if ($target.is(":focus")) { // Checking if the target was focused return false; } else { $target.attr('tabindex','-1'); // Adding tabindex for elements not focusable $target.focus(); // Set focus again }; }); } } }); // --- Badge page: adjust heading label on public badge page (hash-independent) --- $(function () { if (!window.location.pathname.endsWith('/badges/badge.php')) return; $('h3.ccnMdlHeading').each(function () { var $h = $(this); // 1) Read current text var t = $.trim($h.text()); // 2) Remove "Skillman - " prefix if present t = t.replace(/^Skillman\s*-\s*/i, ''); // 3) If after cleanup it's "Recipient details", replace with a more human label if (t === 'Recipient details') { t = 'Awardee details'; } // 4) Write back $h.text(t); }); }); // Mark T4C static pages $(document).ready(function () { var url = window.location.href; if ( url.includes('/local/staticpage/view.php?page=Accelerator4Crafts-Private_Area') || url.includes('/local/staticpage/view.php?page=Accelerator4Crafts-EXPLORE_private_area') || url.includes('/local/staticpage/view.php?page=Accelerator4Crafts-EXCHANGE_private_area') || url.includes('/local/staticpage/view.php?page=Accelerator4Crafts-CONNECT_private_area') ) { $('body').addClass('t4c-private-staticpage'); } }); // ================================ // Tracks4Crafts footer for course 181 + T4C static pages // ================================ $(document).ready(function () { var isCourse181 = $('body').hasClass('course-181'); var isT4CStaticPage = $('body').hasClass('t4c-private-staticpage'); if (!isCourse181 && !isT4CStaticPage) { return; } if ($('#t4c-course181-footer').length) { return; } var t4cFooterHtml = ` `; var $target = $('footer, #page-footer').last(); if ($target.length) { $target.after(t4cFooterHtml); } else { $('body').append(t4cFooterHtml); } }); // Add PRIVATE AREA link to submenu $(document).ready(function () { if ($('.nav2 ul li.private-area').length) return; var privateLink = `
  • PUBLIC AREA
  • `; $('.nav2 ul, .nav3 ul, .sticky2 ul, .sticky3 ul').append(privateLink); }); // Highlight active submenu item based on current URL $(document).ready(function () { var currentUrl = window.location.href.toLowerCase(); $('.nav2 ul li, .nav3 ul li, .sticky2 ul li, .sticky3 ul li').removeClass('active'); $('.nav2 ul li a, .nav3 ul li a, .sticky2 ul li a, .sticky3 ul li a').each(function () { var linkUrl = ($(this).attr('href') || '').toLowerCase(); if (!linkUrl) return; // match esatto o URL contenuto nella pagina corrente if (currentUrl === linkUrl || currentUrl.indexOf(linkUrl) === 0) { $(this).closest('li').addClass('active'); } }); }); // Change main header logo link only in course 181 $(document).ready(function () { if (!$('body').hasClass('course-181')) { return; } $('header.ccnHeader1 a.navbar_brand').attr('href', 'https://www.tracks4crafts.eu/'); $('a.mobileBrand').attr('href', 'https://www.tracks4crafts.eu/'); $('header.ccnHeader1 a.navbar_brand, a.mobileBrand').attr('target', '_blank'); });