Skip to main content

Complete Learning Module

Overview

Mark a learning module as complete and trigger capability validation.

SDK Example

// Auto-generated from SDK - Coming Soon
const completion = await academy.completeModule({
  passportId: user.id,
  moduleId: 'module:react-hooks',
  assessment: { score: 0.92, timeSpent: 3600 },
});

Use Cases

  • Learning completion
  • Progress tracking
  • Assessment submission
  • Capability unlocking

See Also

  • Enroll in Course
  • Verify Learning Completion
  • Grant Capability from Learning

← All patterns