Paramount E-Course Platform Guide
Welcome to the official Paramount E-Course documentation. Paramount E-Course is a premium online learning platform built in Uyo, Akwa Ibom State, Nigeria — serving learners and tutors across Africa.
Creating an Account
Visit course.paramountmart.shop and click Create Free Account. Select your role:
- Student — Access courses, quizzes, and earn certificates.
- Tutor / Instructor — Apply to create and publish courses.
Credits System
Paramount E-Course uses a credit-based payment system. Credits are your platform currency:
- 1 credit ≈ ₦5 (subject to package pricing)
- Credits are purchased in bundles via Paystack
- Credits do not expire on active accounts
- Credits are non-refundable once used to access a course
Enrolling in Courses
Browse the Courses page, find a course, and click Enrol Now. If you have sufficient credits, access is instant. If not, you'll be prompted to purchase a credit package.
Quizzes & Scoring
Every course topic ends with a knowledge quiz. Rules:
- You get 2 attempts per quiz
- Your highest score is recorded
- Passing score: 50% or above
- You must pass all quizzes to unlock your certificate
Certificates
Complete all topics and pass all quizzes to earn a verified certificate. Certificates include:
- Your full name and course title
- Unique certificate ID for employer verification
- Issued date and platform signature
- Downloadable as PDF — shareable to LinkedIn
Live Sessions
Tutors can host live webinar sessions directly in the browser — no third-party app needed. Students join via the Live page when a session is scheduled.
Becoming a Tutor
On the login page, select Tutor / Instructor and complete the application form. Admin reviews within 48 hours. Once approved, you get access to the tutor dashboard.
Creating Courses
From your tutor dashboard, click + New Course. Fill in title, category, description, and credit cost. Submitted courses go to admin review before being published.
Earnings & Payouts
Tutors earn a percentage of credits spent on their courses. Earnings are tracked in the tutor dashboard. Request withdrawals monthly to your Nigerian bank account.
Security & Privacy
Paramount E-Course uses industry-standard security: HTTPS, hashed passwords (bcrypt), JWT authentication tokens, and prepared SQL statements to prevent injection. We do not sell your data. Read our full Privacy Policy.
API Reference
The Paramount E-Course REST API is available at /api. All endpoints return JSON. Authentication uses Authorization: Bearer <token> headers.
Key endpoints: POST /api/auth/login, GET /api/courses, GET /api/dashboard, POST /api/quiz/submit.