Source Code Only
Full ZIP with frontend, backend, database & documentation.
- Complete project source files
- Database script included
- How-to-run guide
No live demo yet — message us for access
Our team shares demo access on WhatsApp within minutes
Complete final-year project source code with frontend, backend, database, and setup guide. Instant download after secure payment.
Choose your plan
Full ZIP with frontend, backend, database & documentation.
We install & configure the project on your laptop within 24 hours.
Review features, setup steps, and credentials before you pay.
Description, tech stack, and what is included
Online Quiz School Data Analytics Project is a Python-based final year project developed for analyzing student exam performance using exploratory data analysis, visualization, and machine learning. This major project uses the Students Performance in Exams dataset from Kaggle and analyzes student scores based on gender, race/ethnicity, parental education level, lunch type, test preparation course, math score, reading score, and writing score. The project performs EDA, checks dataset shape, data types, missing values, statistical summaries, and correlations. It generates six report-ready visualizations and trains machine learning models such as Random Forest and Logistic Regression to predict student Pass/Fail status. This Online Quiz School data analytics source code is suitable for students who need a final year project, major project, minor project, source code, and project report based on Python, education analytics, exam performance analysis, and machine learning.
Modules and controls available to administrators
What end users can do in this application
Graphs are saved inside:
outputs/
01_gender_score_comparison.png02_ethnicity_score_boxplot.png03_correlation_heatmap.png04_test_prep_pie.png05_score_histogram.png06_education_passrate.pngAdditional capabilities included in the project
Dataset name:
Students Performance in Exams
Dataset source:
Kaggle
Dataset domain:
Online Quiz School / Student Performance / Education Analytics
Dataset columns:
genderrace/ethnicityparental level of educationlunchtest preparation coursemath scorereading scorewriting scoreTarget output:
Pass/Fail prediction based on student performance.
Manual dataset file:
StudentsPerformance.csv
Dataset placement:
Place the CSV file in the project folder.
online_quiz_school_analysis.py — main Python analysis and ML scriptdownload_kaggle_data.py — Kaggle dataset downloaderrequirements.txt — Python dependency listREADME.md — project documentationStudentsPerformance.csv — optional real Kaggle datasetoutputs/ — generated visualization folderThe project generates graphs inside:
outputs/
Expected output files:
01_gender_score_comparison.png02_ethnicity_score_boxplot.png03_correlation_heatmap.png04_test_prep_pie.png05_score_histogram.png06_education_passrate.pngConsole output includes:
Step-by-step setup on your laptop or PC
Open terminal in the project folder:
cd "online-quiz-school-data-analytics-project"
Install dependencies:
pip install -r requirements.txt
Optional: download real Kaggle data:
python download_kaggle_data.py
Or manually download the dataset and place it in the project folder:
StudentsPerformance.csv
Run the project:
python online_quiz_school_analysis.py
Check generated outputs:
outputs/
Open:
online_quiz_school_analysis.py
Press:
F5
Or select:
Run → Run Module
Check generated graph files in:
outputs/
To use the real Kaggle dataset:
Install Kaggle CLI:
pip install kaggle
Go to:
Kaggle Account → Create New API Token
Place kaggle.json in:
~/.kaggle/
On Windows, place it in:
C:\Users\<user>\.kaggle\
Run:
python download_kaggle_data.py
Default demo accounts for testing after setup
This project has no login credentials because it is not a web application.
Credential note:
No admin panel, user login, password, database authentication, or dashboard login module is included. The project runs locally as a Python data analysis and machine learning script.
Usage terms for academic and personal projects
Search terms and categories for this source code