Questions tagged [openedx]

Open edX is an open source CMS and LMS system to create MOOC courses and display them online. As such, it does not refer to the courses content, nor to edX website (edx.org) run by MIT & Hardvard.

252 questions
1
vote
0 answers

How do you change the currency in open edx ironwood?

I have open edx and its ecommerce application fully installed and working. The platform has a default currency set to USD but I need it set to Euros Some forums online suggested changing the currency variable in lms.env.json as well as the currency…
Bob
  • 357
  • 1
  • 3
  • 14
1
vote
1 answer

Can't login to django admin despite correct superuser credentials

I am configuring openedx ecommerce which uses django admin. I have successfully created a superuser credential as shown below: However when I try to login to the admin panel the page submits and I am presented with the same login page with cleared…
Bob
  • 357
  • 1
  • 3
  • 14
1
vote
0 answers

org.edx.mobile.view.RegisterActivity: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException

I am trying to configure the Open edX Android app https://github.com/edx/edx-app-android using Android Studio. The point given below is also set. Create edx.properties inside the OpenEdXMobile directory. edx.dir = '../../my_config' Create…
1
vote
0 answers

Hawthorn to Ironwood Migration (Open edX)

I am trying to execute database migration from hawthorn.master to ironwood.master, during MySQL migration, getting the error like this: Applying content_type_gating.0002_auto_20181119_0959…Traceback (most recent call last): File “./manage.py”, line…
Anjali
  • 21
  • 1
  • 1
  • 5
1
vote
1 answer

How to remove Time Zone from datetime?

Im trying to display course_start_date with time but without Time Zone (11 Jan 2020 15:00) I was tried changing data-format="shortDate" (display only date) and removing z from course_date_string = course_start_date.strftime('%Y-%m-%dT%H:%M:%S%z')…
Jmaka
  • 13
  • 1
  • 6
1
vote
1 answer

Does Open edX or Moodle meets my criteria?

I am comparing these two systems (Open edX and Moodle) if they meet my specific criteria. I need to be able to override the functionality of the specific course in the way that I can have two courses with slightly different functionality. Following…
Vadym Myrgorod
  • 456
  • 1
  • 4
  • 11
1
vote
1 answer

How to access exams from XBlocks using EDX API?

my team and I have been given the task of creating some sort of street light notifications for exams in Open EDX, that is, if exam's due date is 3 weeks away, the color should be green, if the date is only a week away yellow and if the due date have…
1
vote
0 answers

How to fix subprocess."CalledProcessError Command returned non-zero exit status 1" OpenedX?

I'm localizing my OpenedX - Ironwood version. And meet an error when I ran the "paver i18n_generate" command. I've followed the instruction in this link step by step: https://github.com/edx/edx-platform/wiki/Internationalization-and-localization I…
1
vote
1 answer

How to fix problem with this certificate in open edx

I am setting up the certificate in the open edX. When I preview certificate then we are getting error in LMS. To resolve the problem, your partner manager should verify that the following information is correct. The institution's logo. The…
Rahul Rai
  • 77
  • 7
1
vote
1 answer

Difference between lms admin and cms admin in open edx

I am working on Open edX, I have two administration LMS administration and Studio administration. I didn't find and Difference in both administration. I am little bit confuse about both administration.
Rahul Rai
  • 77
  • 7
1
vote
2 answers

CMS sign in redirect to lms login page in open edx

After adding SSL in both URL LMS and CMS, I am facing one issue in CMS login. When I click on CMS sign in button then it is redirecting to LMS login page. Is there any configuration to resolve this problem?
Rahul Rai
  • 77
  • 7
1
vote
0 answers

ORA2 Customization Not able to find tables

Recently I am assigned with Openedx-ORA2 Customization. But I am not able to find the Assignment table and Question table. Like I am able to find Rubric table and criteria etc. But How is rubric linked to questions and where can I find assignment…
1
vote
1 answer

How to move Open edX from one machine to another

I am setting up Open edX to the wrong machine. I want to Open edX move to another machine. Can it possible? And Help needed to choose the right version of Open edX to install?
Rahul Rai
  • 77
  • 7
1
vote
0 answers

AttributeError: 'NoneType' object has no attribute 'get' at openEdx exchange_token api

I was working on the azure ad login for openEdx mobile app and as mentioned in the title, I got the NoneType response at token_exchange endpoint from azure ad. Azure login have no problem authentication the user from the website login but login…
Mg Thar
  • 1,084
  • 8
  • 24
1
vote
1 answer

openEdx server error on exchange_access_token with azuread-oauth2

I'm now working on deploying openEdx system and encounter an error while logging in via Azure AD from the mobile device. The web Azure AD login is working fine and I can also get access_token from azure ad. But, when I try to exchange azure token…
Mg Thar
  • 1,084
  • 8
  • 24