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

Open edx with keycloak OIDC [SSL: CERTIFICATE_VERIFY_FAILED]

I am trying unsuccessfully to use KEYCLOAK to authenticate my edx users without success, I followed the doc instructions to add a third party auth and everything works fine, but when I try to authenticate a user through the keyclok form I get the…
1
vote
1 answer

EdX API: How to get threads and commnets of a course?

I am using Edx api described here: https://courses.edx.org/api-docs/ I am geeting courses list from https://courses.edx.org/api/courses/v1/courses/ And i am trying to get threads of a…
baggelisSP
  • 11
  • 2
1
vote
0 answers

Does Django save zipped directories as files or what could be going on here?

I'm working with OpenEdX, it has a plugin system, called XBlocks, that in this case allows importing content created by third party "studio apps." This content can be uploaded as a zip file. it is then processed by the following…
Julius Baer
  • 61
  • 10
1
vote
0 answers

ubuntu docker openedx make dev.provision fails

I'm trying to deploy Open edX to DigitalOcean using Ubuntu. I have already set up it locally successfully with my Mac. I followed the official installation guide found here: https://github.com/edx/devstack. I went through most of the processes…
duckymomo
  • 23
  • 3
1
vote
2 answers

Grading long text answer in edX based on keywords

I want to construct a problem in edX, in which student answers with several sentences, and gets a grade based on several keywords. E.g. with Python-evaluated (write-your-own-grader) problem. I would describe it like that:
Konst54
  • 175
  • 9
1
vote
2 answers

How to enable timed tests in Open EdX?

I have been trying to enable timed tests on Open EdX, but nothing worked so far. Here is what I did: I started the server successfully based on the instructions here: https://github.com/edx/devstack#getting-started I started a course and add…
duckymomo
  • 23
  • 3
1
vote
0 answers

How to query openedx modulestore get_courses

I have tried to find the way already on the internet but unfortunately, I am not successful to find it. I am trying to query openedx's modulestore to select courses with some criteria. from xmodule.modulestore.django import…
Qasim Khokhar
  • 1,022
  • 2
  • 11
  • 32
1
vote
0 answers

How to change the storage default location in Scorm xblock

I am using hawthorn version open edX, Also using scorm xblock https://github.com/overhangio/openedx-scorm-xblock for upload the scorm. by default, it is using /edx/var/edxapp/media/scorm/ path. I want to change the storage location. For this, I…
Rahul Rai
  • 77
  • 7
1
vote
1 answer

CMS login redirect to LMS dashboard after add SSL in Open edX

I am trying to add SSL in Open edX (Ironwood). As you know, In the Ironwood version, We can login CMS by using LMS login. Suppose that, LMS URL - https://lms.mydomain.com CMS URL - https://studio.mydomain.com When I click on the CMS login button it…
Ross Baker
  • 13
  • 2
  • 9
1
vote
2 answers

Open Edx Third Party Login Integration with Keycloak

I am using edx-ironwood.2-6 in ubuntu 18.08. I am also running keycloak 9.0.0. To enable third-party login using Keycloak I am using the python-social-auth library suggested in edx documentation. Since by default keycloak.py was not available in the…
optimus
  • 349
  • 5
  • 14
1
vote
1 answer

What is raise Exception("Can't fetch setting of a disabled backend/provider.") in open Edx?

Trying to integrate third Party Authentication.I am getting error logs like below. Internal Server Error: /auth/login/google-oauth2/ Traceback (most recent call last):...... File…
1
vote
0 answers

xblock make install errors

Im trying to create an xblock and im following the guide here when i try to run make install on a fresh project it just does not work this is what the gist of my error messageon terminal looks like : ---------------------------------------- …
Coolio
  • 21
  • 2
  • 7
1
vote
1 answer

CSV file that lists all student answers to the problem

As I followed the steps to download CSV of problem responses for a problem, It says “The problem responses report is being created. To view the status of the report, see Pending Tasks below.” But, I am not seeing any pending tasks nor the files are…
Umy madh
  • 23
  • 7
1
vote
1 answer

Integration with paypal redirect issue

I am integrating paypal with my openedx ironwood install. To implement ecommerce capabilities - openedx ironwood uses django oscar shopping cart. It works to the point where one can enter their credit card information and submit the form. However…
Bob
  • 357
  • 1
  • 3
  • 14
1
vote
0 answers

org.edx.mobile.util.images.ErrorUtils: org.edx.mobile.http.HttpStatusException: Response{protocol=http/1.1, code=404, message=Not Found, url=}

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…
Rahul Rai
  • 77
  • 7