A comprehensive 5×4 diagnostic framework for personalized educational interventions.
This tool implements a research-based assessment framework that evaluates learners across five critical dimensions:
- Cognitive Processing - Information processing speed, working memory, attention regulation, metacognitive awareness
- Socioeconomic Factors - Resource availability, family support, economic stress, technology access
- Emotional Well-being - Academic anxiety, motivation, self-efficacy, stress management
- Learning Style Preferences - Modality preferences, social vs individual learning, processing style
- Cultural Learning Context - Authority expectations, struggle tolerance, communication style, independence expectations
- 20-Indicator Assessment - Comprehensive evaluation across all dimensions
- Real-time Risk Calculation - Inverse scoring system where higher performance = lower risk
- Interactive Matrix Display - Visual representation of cross-dimensional relationships
- Personalized Recommendations - AI-powered suggestions based on individual profiles
- Live GPT-5 Chat Interface - Chat with Dr. Menon for personalized learning strategies
- Cultural Learning Analysis - Novel dimension based on educational psychology research
- Auto-advance Interface - Streamlined user experience with collapsible sections
- Markdown-enabled Chat - Full table and formatting support in AI responses
This tool is based on extensive research in educational psychology and AI-mediated learning. The 5×4 diagnostic matrix creates 20 key indicators that interact across dimensions to provide comprehensive learner profiles.
- Cultural Learning Dimension - First framework to systematically assess cultural learning preferences
- Cross-dimensional Analysis - Advanced interaction mapping between assessment dimensions
- AI Integration - Live GPT-5 powered recommendations and chat interface
- Risk Calculation Algorithm - Inverse relationship modeling for accurate academic risk assessment
Read the full paper - Pending Peer Review
- Complete Assessment - Rate yourself on 20 indicators across 5 dimensions
- Review Profile - Examine your diagnostic matrix and risk assessment
- Get Recommendations - Receive personalized AI-powered learning strategies
- Chat with Dr. Menon - Ask questions and get specific advice based on your profile
- Frontend: Pure HTML5, CSS3, JavaScript (ES6+)
- AI Integration: Azure OpenAI GPT-5 API
- Responsive Design: Mobile-friendly interface
- No Dependencies: Self-contained single-file application
- Markdown Parser: Custom implementation for chat formatting
# Clone the repository
git clone https://github.com/menonpg/ai-learning-assessment.git
cd ai-learning-assessment
# Configure API credentials (optional - for chat feature)
cp config.template.js config.js
# Edit config.js with your Azure OpenAI credentials
# Run locally
python -m http.server 8000
# Or just open index.html in your browser
open index.html- Assessment Tool: Works perfectly without any configuration
- AI Chat Feature: Requires Azure OpenAI credentials in
config.js - API Keys: Never committed to repository (see
DEPLOYMENT.md) - Graceful Degradation: Shows helpful message when chat is not configured
See DEPLOYMENT.md for detailed setup instructions.
If you use this tool in your research, please cite:
@misc{menon2024ai_learning_assessment,
title={AI-Mediated Learning Assessment Tool: A 5×4 Diagnostic Framework for Personalized Educational Interventions},
author={Menon, Prahlad},
year={2024},
howpublished={\url{https://github.com/menonpg/ai-learning-assessment}},
note={PhD, PMP - ThinkCreate.ai}
}Dr. Prahlad Menon, PhD, PMP
- Email: prahlad.menon@quant.md
- Website: www.thinkcreate.ai
- GitHub: @menonpg
MIT License - see LICENSE file
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Research foundation based on educational psychology literature
- Cultural learning dimensions inspired by cross-cultural educational research
- AI integration powered by Azure OpenAI GPT-5
Developed at ThinkCreate.ai - Advancing AI-mediated learning through research and innovation.