- Introduction
- Features
- Technologies Used
- System Architecture
- Installation and Setup
- Usage
- Performance Evaluation
- Conclusion
CognitoMap is a system designed to automate question classification based on Bloom's Taxonomy (BT) to improve educational assessments. By leveraging supervised and unsupervised term weighting methods, this project provides an efficient, scalable, and accurate solution for categorizing exam questions into cognitive levels.
- Automate BT-based question classification for enhanced accuracy and efficiency.
- Provide educators and students with performance analysis tools.
-
Authentication Module:
- Email-based OTP verification for secure login.
- Dual login functionality for students and teachers.
-
Question Classification Module:
- Classifies questions into Bloom’s Taxonomy levels using AI models.
- Enables analysis of question distribution.
-
Upload Question Paper Module:
- Extracts content from uploaded PDFs for classification and editing.
-
Student Performance Analysis:
- Visualizes cognitive-level performance using dashboards and graphs.
-
Marks Upload Module:
- Teachers upload marks for analysis and generate performance reports.
- MongoDB: NoSQL database for storing data.
- Flask: Lightweight Python web framework for APIs.
- Hugging Face Models: For text processing and classification.
- React.js: For creating dynamic user interfaces.
- Chart.js: For visualizing student performance.
- Google Colab: For training AI models.
- Sentence Transformer: For text embedding and semantic analysis.
The system includes:
- Frontend: React.js for user interactions.
- Backend: Flask and MongoDB for data processing and storage.
- AI Models: Implements supervised and unsupervised methods for Bloom’s Taxonomy classification.
- Python 3.7 or higher.
- Node.js and npm for frontend development.
- Clone the repository:
git clone <repository-url>
- Install backend dependencies:
pip install -r requirements.txt
- Install frontend dependencies:
cd frontend npm install - Run the application:
- Backend:
python app.py
- Frontend :
npm start
- Upload question papers and marks.
- Analyze question distribution and student performance.
- View personalized performance reports.
- Identify strengths and weaknesses across cognitive levels.
The system achieved:
- Classification Accuracy: 78.94% using Sentence Transformer models.
- Response Time: Processes 100+ questions in under 5 seconds.
- CognitoMap enhances automated question classification and provides actionable insights into student performance. The comparative analysis of supervised and unsupervised term weighting methods improves educational assessment accuracy.