> For the complete documentation index, see [llms.txt](https://obsrv.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://obsrv.sunbird.org/explore/case-studies/learning-analytics-at-population-scale.md).

# Learning Analytics at Population Scale

In the rapidly evolving landscape of education, analytics has emerged as a pivotal tool for learning platforms at scale, ushering in a transformative era of data-driven insights. As the demand for online learning experiences continues to grow, the importance of analytics in educational platforms becomes increasingly evident. Analytics not only provides a comprehensive view of learner engagement and performance but also empowers educators and administrators with the ability to make informed decisions. Through the systematic analysis of vast datasets, learning platforms can personalize content, identify patterns of student behavior, and optimize the overall learning experience.&#x20;

This case study explores how OBSRV enabled a population scale learning platform like DIKSHA to provide a means for students to access educational content remotely and offered teachers a digital repository of learning resources and teaching material to facilitate remote instruction,  ensuring continuity in learning during the recent pandemic.

## The Challenge

Any learning analytics system which aims at gathering insights into interactions, engagement, and performance to enhance educational outcomes are faced with multifaceted challenges.

* **Scalability**: Ensuring that systems can handle increasing data volumes and user interactions without compromising performance is a persistent challenge.
* **Data Privacy and Security**: Protecting the anonymity of the user data and ensuring proper access controls are present in the system for multi-tenant access.
* **Data Accessibility**: Educators need to have an easy and efficient way of accessing historical data and understand the lineage to come up with specific learning objectives.

<figure><img src="/files/oKUCa9dRxBTqogqY4qKg" alt=""><figcaption><p>Learning Analytics at Scale</p></figcaption></figure>

## Benefits

* **Reliability at Scale**: Educators can make informed decisions in real-time and change the learning plan as Obsrv ensures reliability at scale while processing huge volumes of data.
* **Lossless data processing**: Obsrv ensures that the client systems always get an acknowledgment to ensure the data ingestion and processing are lossless.
* **Data Transparency**: Obsrv enabled the teachers to have transparent access to the learning data to understand and personalize learning paths for various students.
* **Scalability**: DIKSHA’s mission was to reach 200 million children with basic learning experiences and Obsrv delivered effortlessly with 5 million Daily Active Users and processing 2 billion data points a day at peak.

<br>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://obsrv.sunbird.org/explore/case-studies/learning-analytics-at-population-scale.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
