Urgent.News

What's breaking now, across thousands of outlets.

Tech

The Badge Was Issued, but the Goal Wasn't Achieved.

A couple of years ago, users of the Isovalent Labs platform regularly complained that they hadn't received their badge after completing one of our hands-on labs. The badge had been issued, but they expected it in the wrong place. Here's the way things work: Instruqt sends a webhook when a lab is completed, the platform catches the event, processes it, and asks Credly to issue the credential.…

When users completed hands-on labs on the Isovalent Labs platform, the badge was issued, but they often expected it in the wrong place. The platform sent a webhook to Credly upon completion, which then emailed the learner with a link to claim the badge. However, the asynchronous nature of the webhook sometimes arrived too late for the UI to catch, causing learners to miss the claim link on the final screen.

Some learners attempted to complete the lab again multiple times, hoping the badge would appear. The issue lay in learners' understanding of the next steps after completing a lab. To address this, one slide was added before the final exam, explaining that successful learners would receive a Credly email with their badge. This reduced complaints and unnecessary lab repetitions.

Issuing a badge is only the beginning of the credential's journey; it must reach the learner, be claimed, and then used or shared. Ignoring this downstream process can lead to ineffective badges that remain only as database records. While the platform cannot control whether a learner claims or shares a badge, understanding the context and mental processes behind these actions can improve the learner's experience.

Examining the flow, timing, deliverability, sender recognition, number of claim steps, and clarity of the claim link can make the credential more meaningful, credible, and easy to present, ultimately increasing the likelihood of its use and sharing.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Practical Understanding of GitHub Using {GIT And SSH}.

Introduction. First understanding the difference between git and GitHub. understanding how they relate and its functions.

  • Git is a version control system for tracking file changes and collaboration
  • GitHub is a web platform hosting Git repositories with collaborative features
  • Generate SSH key for secure linking of Git repository to GitHub account

Engrava 0.5.0: a first-class MCP server

Engrava 0.5.0 pulls the MCP server out of the library. Install engrava now and you get the memory library and nothing else. The server ships separately, as engrava-mcp .

  • Engrava 0.5.0 introduces standalone MCP server, engrava-mcp.
  • Library and server now have separate installations, simplifying dependency management.
  • Server version engrava-mcp 0.5.1 updates independently from library version.

More from Saturday 22 August →