This research project investigates the factors that enable Afghan girls to succeed in online university programs. Through an anonymous survey of 322 students, we examined infrastructure challenges, teaching quality, safety concerns, and support systems to provide evidence-based recommendations for improving online higher education access.
| Metric | Value |
|---|---|
| ๐ Total Responses | 322 students |
| ๐ Location | 87.3% inside Afghanistan |
| โญ Overall Satisfaction | 3.51 / 5.0 |
| ๐ฏ Persistence Rate | 64.6% plan to continue |
- Which conditions most strongly influence satisfaction and persistence in online learning?
- How do infrastructure constraints limit the effectiveness of pedagogical practices?
- Do safety and family support buffer against connectivity challenges?
Afghanistan is the only country in the world banning girls from secondary and women from higher education (UNESCO, 2024). Approximately 2.2 million girls remain out of school, making online learning a critical lifeline for those seeking education.
| Indicator | Current Status |
|---|---|
| ๐ซ Education Ban | Only country with complete ban on girls' secondary & women's higher education |
| ๐ง Girls Affected | ~2.2 million out of school (UNESCO, Aug 2025) |
| ๐ Internet Access | ~13.2M users, only 30.5% penetration (DataReportal, Jan 2025) |
| โก Infrastructure | Fragile services, frequent outages, high costs |
- September 29-30: Nationwide internet and telecom blackout
These conditions make understanding what helps students persist despite challenges critically important.
Our research draws on four established frameworks to understand online learning success:
| Framework | Core Idea | What We Measured |
|---|---|---|
| Community of Inquiry (CoI) | Learning needs teaching, social, and cognitive presence | Assignment clarity, instructor feedback, language accessibility |
| Self-Determination Theory (SDT) | Motivation requires autonomy, competence, and relatedness | Study flexibility, feeling safe, family support |
| Tinto's Integration Model | Persistence needs academic and social integration | Materials access, platform usability, community connection |
| TAM/UTAUT | Technology adoption depends on usefulness and ease of use | Platform usability, video loading, internet reliability |
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ Theoretical โ โ Survey Design โ โ Actionable โ
โ Frameworks โ โโโบ โ (25 items) โ โโโบ โ Insights โ
โ CoI, SDT, โ โ Infrastructure โ โ for improving โ
โ Tinto, TAM โ โ Pedagogy, Safetyโ โ online learningโ
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
๐ View Full Research Background โ
Students face significant connectivity and power issues, especially inside Afghanistan.
- Internet Reliability: 2.61/5.0 (below neutral)
- Electricity Reliability: 2.61/5.0 (below neutral)
- Implication: Offline materials and flexible deadlines are critical
Teaching quality is the strongest driver of student satisfaction.
| Strength | Gap to Address |
|---|---|
| โ Language understandability | |
| โ Platform usability | |
Nearly half of students face fear or lack adequate family support.
- Can Study Without Fear: 42.8%
- Have Family Support: 52.8%
- Feel Safe Online: Higher digital security perception
Logistic regression reveals the strongest factors influencing student continuation.
Top Positive Predictors:
- ๐ Instructor feedback quality
- ๐จโ๐ฉโ๐ง Family support
- ๐ Assignment clarity
- ๐ Ability to study without fear
- ๐ Materials access
๐ View Complete Analysis Details โ
Based on our analysis, we propose five evidence-based strategies for improving online learning outcomes:
| Priority | Recommendation | Expected Impact |
|---|---|---|
| ๐ฅ 1 | Enhance Instructor Feedback โ Increase frequency, clarity, and responsiveness | Strongest predictor of both satisfaction and persistence |
| ๐ฅ 2 | Support Families โ Develop family engagement programs and resources | Buffers against infrastructure challenges |
| ๐ฅ 3 | Improve Assignment Clarity โ Clear instructions, examples, and scaffolding | Reduces confusion and dropout |
| 4๏ธโฃ | Provide Offline Materials โ Downloadable PDFs, audio, low-bandwidth options | Critical for 70%+ facing connectivity issues |
| 5๏ธโฃ | Build Safe Environments โ Privacy protections, peer support networks | Nearly half face fear or restrictions |
| Aspect | Details |
|---|---|
| Design | Cross-sectional survey study |
| Sample | 322 Afghan women enrolled in online university programs |
| Collection Period | October 2025 |
| Survey Language | Farsi (with English translation for analysis) |
| Survey Items | 25 questions covering demographics, infrastructure, pedagogy, safety, and outcomes |
- Descriptive Statistics โ Sample characteristics and variable distributions
- Correlation Analysis โ Relationships between factors and outcomes
- Logistic Regression โ Predictors of student persistence
- K-Means Clustering โ Student segmentation for targeted interventions
- Thematic Coding โ Qualitative analysis of open-ended responses
Raw Survey โ PII Masking โ FarsiโEnglish Translation โ Data Cleaning โ Analysis
| Limitation | Implication |
|---|---|
| Cross-sectional design | Cannot establish causality; associations only |
| Self-reported intentions | Actual persistence behavior may differ |
| Convenience sampling | May not represent all Afghan women in online education |
| Single institution | Generalizability to other contexts requires validation |
| Connectivity bias | Students with worst connectivity may be underrepresented |
- ๐ Longitudinal tracking โ Follow students over multiple terms to measure actual persistence
- ๐ Multi-institution study โ Compare across different online programs
- ๐ Qualitative deep-dives โ In-depth interviews on safety and family dynamics
- ๐งช Intervention testing โ Pilot and evaluate specific improvements
- ๐ฑ Technology solutions โ Develop and test offline-first learning tools
โโโ Data/
โ โโโ Raw_data/ # Original survey responses (excluded from repo)
โ โโโ Processed_data/ # Cleaned, anonymized datasets
โโโ notebooks/ # Data cleaning and preparation scripts
โโโ Research_BG/ # Literature review and theoretical framework
โโโ results/ # Analysis notebooks and visualizations
โ โโโ 01_exploratory_data_analysis.ipynb
โ โโโ 02_infrastructure_analysis.ipynb
โ โโโ 03_pedagogical_effectiveness.ipynb
โ โโโ 04_safety_support_analysis.ipynb
โ โโโ 05_persistence_modeling.ipynb
โ โโโ 08_final_visualizations.ipynb
โโโ collabration/ # Team documentation and retrospectives
- Python 3.8+
- Jupyter Lab/Notebook
- Clone the repository:
git clone https://github.com/MIT-Emerging-Talent/elo2-afghan-girls-online-learning.git
cd elo2-afghan-girls-online-learning- Create a virtual environment and install dependencies:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\Activate.ps1
pip install -r requirements.txt- Launch Jupyter Lab:
jupyter lab- Start with the notebooks in the
results/folder to explore the analysis.
This research prioritizes participant safety and confidentiality:
- โ All responses are anonymous (no names, emails, or identifiable information)
- โ PII masking applied to open-ended responses
- โ Data stored securely with restricted access
- โ Farsi-to-English translation for accessibility
- โ Compliance with ethical research standards for vulnerable populations
This is an academic research project completed as part of the MIT Emerging Talent program. While the analysis is complete, we welcome:
- Issues or questions about the methodology
- Suggestions for additional analyses
- Discussions about similar research contexts
![]() Madiha Malikzada ๐ป ๐ Research ยท Theory Mapping ยท Website |
![]() Mahdia Ahmadi ๐ป ๐ Repo Setup ยท Analysis ยท Documentation |
![]() Safiya Hashimi ๐ป ๐ Data Cleaning ยท Documentation ยท Presentation |
Madiha Malikzada โ Led data collection, background research, and the mapping of CoI, SDT, Tinto, and TAM/UTAUT frameworks to survey design. Masked identifiable information in open-text responses, translated Farsi/Dari inputs, contributed to analysis and documentation, and built the project website.
Mahdia Ahmadi โ Led the technical implementation of the project. Initialized and structured the repository, developed the complete analysis pipeline including exploratory data analysis, infrastructure analysis, pedagogical effectiveness assessment, safety & support analysis, persistence modeling (logistic regression), student segmentation (k-means clustering), and thematic coding of qualitative responses. Created publication-ready visualizations, organized research outputs, and contributed extensively to documentation.
Safiya Hashimi โ Cleaned and prepared the dataset for analysis, contributed to documentation, and helped present results from the analysis.
Program: MIT Emerging Talent โ ELO2 Cohort
Timeline: October โ December 2025
| ๐ Website | ๐ Presentation |
|---|---|
| Explore our interactive research findings | View our final presentation slides |
We extend our gratitude to:
- The 322 Afghan women who participated in this survey, sharing their experiences to help improve online education
- MIT Emerging Talent Program for providing the framework and support for this research
- Our mentors and reviewers for guidance throughout the project
- The online university that facilitated survey distribution
This project is licensed under the MIT License - see the LICENSE file for details.
If you use this research or data in your work, please cite:
@misc{malik2025afghan,
author = {Malik, Madiha and Ahmadi, Mahdia and Hashimi, Safiya},
title = {What Helps Afghan Girls Succeed in Online College?},
year = {2025},
publisher = {GitHub},
journal = {GitHub Repository},
howpublished = {\url{https://github.com/MIT-Emerging-Talent/elo2-afghan-girls-online-learning}},
note = {MIT Emerging Talent Program}
}Or in plain text:
Malik, M., Ahmadi, M., & Hashimi, S. (2025). What Helps Afghan Girls Succeed in Online College? MIT Emerging Talent Program. https://github.com/MIT-Emerging-Talent/elo2-afghan-girls-online-learning
๐ง Questions or Collaboration? Open an issue or reach out to the team on LinkedIn.
Built with โค๏ธ for Afghan girls pursuing education against all odds
ยฉ 2025 MIT Emerging Talent | ELO2 Cohort










