Skip to main content

AI Assessments & Adaptive Personalization

LearnWay replaces one-size-fits-all curricula with dynamic, AI-driven assessment and personalization pipelines. Generative models evaluate initial student aptitude, grade hands-on practical submissions, and construct custom career roadmaps.

1. Adaptive Onboarding Assessment

When a new learner signs up, they complete a diagnostic onboarding evaluation:
  1. Diagnostic Domain Questions: Evaluates baseline reasoning, programming fundamentals, AI literacy, and logic.
  2. Aptitude Calibration: The AI engine processes answer patterns, response timing, and accuracy to determine the learner’s foundational competence level (Beginner, Intermediate, or Advanced).
  3. Automated Path Placement: Skips redundant introductory modules for advanced learners while directing novices to structured Foundation Learning Paths.

2. Multimodal Project & Capstone Evaluation (AiAssessmentService)

For practical capstone courses, learners submit real-world artifacts (code repositories, architecture diagrams, screenshots, or design documents).

Multimodal Ingestion Pipeline

AiAssessmentService handles diverse deliverable types by preparing inline base64 and structured text parts for Google Gemini:

Evaluation Rubric & JSON Output

The AI evaluates submissions against project criteria, returning a strictly formatted JSON response:
If the score meets the course passing threshold, the core backend automatically queues certificate minting on the supporting blockchain infrastructure (Lisk L2).

3. Dynamic Career Roadmap Generator

Learners can specify a targeted career ambition (such as “Full Stack AI Engineer”, “Smart Contract Auditor”, or “Data Scientist”).

Synthesis Process:

  1. Catalog Querying: Fetches all verified courses, tracks, and prerequisites currently published in LearnWay’s catalog.
  2. Foundation Alignment: Injects the Foundation-First Rule, guaranteeing that universal foundational courses precede advanced electives.
  3. Stage Breakdown: Assembles a structured milestone roadmap where each stage references concrete courses in the catalog:

4. Continuous Knowledge Gap Detection

Throughout a learner’s progression:
  • Quiz Battle Telemetry: Tracks specific question categories where the learner frequently misses questions.
  • Micro-Recommendations: Feeds knowledge gap metrics into learnway-ai-service/ai-analytics to suggest targeted micro-review slides before the next competitive battle or assessment.