edx-platform icon indicating copy to clipboard operation
edx-platform copied to clipboard

The Open edX LMS & Studio, powering education sites around the world!

Results 495 edx-platform issues
Sort by recently updated
recently updated
newest added

Hello edx Since the beginning of my acquaintance with the edx platform, I always wondered, why t doesn't support Farsi. well, I'm glad to announce that we translated the Persian...

open-source-contribution

### Description: This PR adds the model needed to manage the report with the openedx instance data that will be sent to Openedx API, in accordance with the queries sent...

open-source-contribution

## Description This PR adds a checkbox for `expiration_datetime_is_explicit` to the Django Admin's CourseMode edit page. This allows Admin users to explicitly define an Upgrade Deadline date along with setting...

open-source-contribution

NOTE: THIS SOLUTION IS DEPENDENT ON #31189 ## Description When a student submits a problem answer, the state is stored in a StudentModule record containing answer, score, correctness, etc. The...

open-source-contribution

## Description Updated recommendations api for learner homepage: - updated status codes - for control group return general recommendations ## Supporting information [VAN-1154](https://2u-internal.atlassian.net/browse/VAN-1154) ## Testing instructions Added unit tests

## Description As a part of the ModuleSystem removal, we want to get rid of its remaining attributes: - `track_function`, - `publish`. ## Supporting information Sandbox instance: https://pr30046.sandbox.opencraft.hosting/ Use `[email protected]:edx`...

blended

## Description When the `CELERY_ALWAYS_EAGER` setting variable is `True` celery tasks are run in the same thread as the Django Request. As a result, code that is intended to cleanup...

open-source-contribution

## Description This PR fixes TNL-9460. In studio, teachers can now import subtitles from YouTube. https://user-images.githubusercontent.com/12642018/175310264-d2d0de87-4e1e-4283-b030-a0d53ab12a9d.mp4 ## Supporting information TNL-9460 ## Testing instructions Insert a video in Studio, and try...

open-source-contribution

## Description Most of the methods in `XmlMixin` act as wrappers for the official API for serialization and deserialization (`parse_xml()` and `add_xml_to_node()`). `XmlParserMixin` contains the code which does the actual...

blended

Added recent activity sort for course activity stats api (learners name and stats) Ticket Link: https://2u-internal.atlassian.net/browse/INF-474