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.
Questions tagged [openedx]
252 questions
0
votes
1 answer
Openedx - Adding Mongo Definition Field while creating course
I am using Ironwood version and trying to add field "program". Call goes to function create_course and I find following error.
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py", line 2007, in…

Waleed Khan
- 83
- 9
0
votes
1 answer
Is there a way to make a depend dropdown in django open edx registration?
i'm working in OpenEdx and i'm trying to make a registration page that contains custom fields, state and city.
here is my models.py:
class City(models.Model):
name = models.CharField('city', max_length=100, blank=True)
uf =…

Rodrigo Suigh
- 1
- 1
0
votes
0 answers
There has been a 500 error on the Your Platform Name Here servers - Django/Openedx
Mistakenly I deleted 'example.com' which was default site using Django administration web interface and there is no other site available. Now while restarting the server, it ended up with
There has been a 500 error on the Your Platform Name Here…
user13533843
0
votes
0 answers
No module named Crypto.Cipher Open EdX
Tried to import this code to our edx site encrypt data in python but it requires a package which is pycryptodome. Tried installing it using:
pip install pycryptodome
but it still shows an error everytime I call
from Crypto.Cipher import…

Kelvin Barsana
- 824
- 12
- 28
0
votes
0 answers
Where can I get free or sample open edx exportable courses?
Any idea where can I get a list of free / sample open edx courses to populate on my app? I need to add at least a hundred sample courses as for my boss' requirements. Tried searching but stumbled only to one course from MIT.

Kelvin Barsana
- 824
- 12
- 28
0
votes
1 answer
How to Build A Branded Open edX Training Site using bitnami
I'm trying to build branded open edx training site using bitnami but I do not know how can I start and I couldn't understand the documentation so is there is any tutorial, youtube play list or any documentation that can help me ?!!

hossam aboouf
- 15
- 1
- 6
0
votes
0 answers
Can't find OpenEdx path in IBM Cloud using Shell
recently I installed OpenEdx on my IBM cloud and my OpenEdx website is live and running on public URL, but the problem is I can't find any path or directory in my IBMcloud / I am using IBM-Cloud - Cli version to find.
Can you please help me to find…

blindcoder
- 1
- 1
0
votes
1 answer
OpenEdX, IRONWOOD - issues in redirection
I have installed OpenEdx in our AWS server today and have started playing around this awesome tool. But while playing around this Vanilainstallation, it is found that some of the links are still going to localhost. Is this expected (in my previous…

kallada
- 1,829
- 4
- 33
- 64
0
votes
0 answers
Set azure blob in open edx MEDIA_ROOT and MEDIA_URL
I have installed open edx in two different machines, and access by the load balancer.
I have configured the Scorm xblock https://github.com/raccoongang/edx_xblock_scorm in open edx.
I want to upload scorm in azure blob so both machine access.
My…

Rahul Rai
- 77
- 7
0
votes
1 answer
Installing python package with private.txt doesn't work
I've installed OpenEDX devstack ironwood release using docker on my computer and works correctly. Now I'm trying to install some additional python packages using the lms/requirements/edx/private.txt file. From my understanding, any package that I…

SantiFdezMunoz
- 501
- 1
- 6
- 18
0
votes
0 answers
I have try to apply "SimpleListFilter" on "InputFilter" class but i was getting HTML content in flters?
class InputFilter(admin.SimpleListFilter):
template = 'nyc-theme/lms/templates/admin/course_enrollment/input_filter.html'
def lookups(self, request, model_admin):
# Dummy, required to show the filter.
return ((),)
def…

Sourav
- 1
- 1
0
votes
0 answers
Open edx sign in or SSO implementation issue
Hi i am trying to implement open edx sign on in my application using open edx api's but failed. How can we create session of open edx by passing user id password of specific user? I am able to register the user but sign in is causing the problem.

Chandra singh
- 1
- 1
0
votes
0 answers
python2.7 - json encoder - Why object isn't serializable
I am finding following error in code, Can someone please guide me why I am finding this error and how can I fix it.
I LOGGED response before its used in Response(json.dumps(response), content_type='application/json',…

Waleed Khan
- 83
- 9
0
votes
0 answers
Continuous integration using bitbucket pipelines FAILED for OpenEdx
I am trying to set up CI process using bitbucket pipelines for my Openedx site. The script that i am using in my bitbucket-pipelines.yml file is given below. I am trying to just set up the build process on LMS (themes), so that whenever someone make…
0
votes
4 answers
How can I write LMS logs to file in Open edX devstack?
Open edX uses to write logs files on /edx/var/log but in the LMS docker instance all folders in this path are empty and the only file I've found ('tracking.log`) is empty too.
I can see logs output with make lms-logs command on devstack but I want…

francadaval
- 2,451
- 3
- 26
- 36