mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 11:25:49 +00:00
Merge pull request #79 from th30d4y/copilot/add-openlearnx-package
Implementing OpenLearnX package in the project
This commit is contained in:
@@ -2,6 +2,16 @@
|
||||
|
||||
**OpenLearnX** is an open-source, decentralized learning and assessment platform that combines adaptive AI-driven quizzes, real-time code execution, and blockchain-based NFT certificates to create a transparent, verifiable, and personalized educational experience.
|
||||
|
||||
## Official npm Package
|
||||
|
||||
The official package for this repository is:
|
||||
|
||||
```bash
|
||||
npm install @th30d4y/openlearnx
|
||||
```
|
||||
|
||||
Do **not** use the unscoped `openlearnx` package name.
|
||||
|
||||
## Features
|
||||
|
||||
- **Adaptive Learning** – Questions dynamically adjust in real-time based on learner performance using IRT (Item Response Theory) and AI models
|
||||
|
||||
@@ -8,6 +8,9 @@ OpenLearnX is an AI-powered learning platform with adaptive quizzes, coding prac
|
||||
npm i @th30d4y/openlearnx@2.0.4
|
||||
```
|
||||
|
||||
> Official package name: `@th30d4y/openlearnx` (scoped).
|
||||
> Unscoped `openlearnx` is not the official package for this repository.
|
||||
|
||||
## Project
|
||||
|
||||
This package contains the OpenLearnX frontend (Next.js).
|
||||
|
||||
@@ -79,7 +79,8 @@
|
||||
},
|
||||
"repository": "https://github.com/th30d4y/OpenLearnX.git",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org"
|
||||
"registry": "https://registry.npmjs.org",
|
||||
"access": "public"
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
|
||||
Reference in New Issue
Block a user