✨ Core Features of Vebnox Prayag


Multiple Exam Modes
  • Practice Sets
  • Custom Quizzes
  • Live Exams
  • Scheduled Assessments
Adaptive Learning Engine

Smart lessons, videos, and practice questions adapted to individual learning pace and style.

Live Quiz Scheduler

Host real-time, competitive quizzes with instant feedback and dynamic rankings.

Diverse Question Types
  • MCQs (Single/Multiple)
  • Fill in the Blanks
  • Matching & Sequence
  • True/False, Short Answer
  • Comprehension
Rich Multimedia Support
  • Audio/Video Lessons
  • Images & Diagrams
  • LaTeX Equations
  • Tables and Charts
Anti-Cheating Framework
  • One-device login
  • Timed sessions
  • Secure exam monitoring
Gamified Learning
  • Points & rewards
  • Milestone tracking
  • Motivation-based growth

How to Add Sections, Skills, and Topics

This guide helps you create and manage subjects for your learning platform using a 3-step structure:

Section → Skill → Topic

1️⃣ Add a New Section

Where to go: Mentor Dashboard > Manage Subjects > Sections

Fill These Fields:

Field

Description

Section Name

The name of the subject (e.g., Web Development, Physics, Math)

Object

Internal or system name (can be the same as Section Name)

Short Description

A brief intro (e.g., “Covers frontend and backend web technologies”)

Active

Choose: Active (visible to all) or Inactive (hidden everywhere)

🟢 Click “Create” to save the section.

2️⃣ Add a New Skill (Chapter)
Where to go: Mentor Dashboard > Manage Subjects > Skills

Fill These Fields:

Field

Description

Skill Name

The chapter name (e.g., HTML Basics, JavaScript Essentials)

Section

Select the Section where this skill belongs (e.g., Web Development)

Short Description

Quick summary of what this skill teaches (e.g., “Learn HTML syntax”)

Active

Choose: Active (visible to all) or Inactive (hidden everywhere)

🟢 Click “Create” to add the skill.

3️⃣ Add a New Topic (Lesson)

Where to go: Mentor Dashboard > Manage Subjects > Topics

➤ Fill These Fields:

Field

Description

Topic Name

The lesson name (e.g., HTML Tags, CSS Flexbox, JavaScript Variables)

Skill

Choose the related skill (e.g., HTML Basics)

Short Description

What the topic covers (e.g., “Learn common HTML tags like h1, p, img”)

Active

Choose: Active (visible to all) or Inactive (hidden everywhere)

🟢 Click “Create” to finish adding the topic.

✅ Example:


Section: Web Development

  ├── Skill: HTML Basics

  │     ├── Topic: Introduction to HTML

  │     ├── Topic: HTML Tags

  ├── Skill: CSS Fundamentals

  │     ├── Topic: CSS Syntax

  │     ├── Topic: Flexbox

  └── Skill: JavaScript Basics

        ├── Topic: Variables

        ├── Topic: Functions