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
0
votes
1 answer

Getting Error in Building Open edX Android App in Android Studio. Why?

Error:Unable to find module with Gradle path 'plugins/edx-app-gradle-plugin' (needed by module 'buildSrc'.) I'm following this websites...…
mukit khan
  • 31
  • 3
0
votes
1 answer

Open edX and split mongo consumes disk space

I am using Open edX that uses MongoDB to store courses. we are running three-node replica set. It is currently using split mongo - a feature that makes a copy of the current document (backup) before editing. As time passes by, this piles up,…
Arun V
  • 3
  • 2
0
votes
1 answer

How to mine text form an openEdX forum?

I would like to collect all the message on an openEdX forum for quantitative analysis. What are the most frequent specialized words uses, etc. But how to download / mine an openEdX forum ?
Hugolpz
  • 17,296
  • 26
  • 100
  • 187
0
votes
0 answers

Change date format from mm/dd/yyyy to dd/mm/yyyy in openedx studio course details

How can I change the format of the date in Openedx cms (studio), in course details? The URL of the details page of a course: {hostUrl}:18010/settings/details/{CourseId} This format is used only in the view. When the settings are saved the data…
mmartinez
  • 33
  • 7
0
votes
2 answers

How to create new course on Openedx?

I have a new instance of openedx with no course. I logged into it, but I cannot create course. Seems I can only consult them. What to do to create a course on a new openedx instance ?
Hugolpz
  • 17,296
  • 26
  • 100
  • 187
0
votes
1 answer

XModule ditribution not found when running edx Studio

I'm having a problem connection to edx Studio. When I run paver devstack studio I get this error xmodule_assets common/static/xmodule Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/bin/xmodule_assets", line 5, in
ChemseddineZ
  • 1,728
  • 3
  • 14
  • 27
0
votes
1 answer

Adding new python libraries to Edx Studio

I'm working with OpenEdx and i want add new libraries for make new funtionalities. I have the normal DevStack Edx environment (work in Docker). I want add google-api-python-client for my project, so i added this package to: After rebuild the image…
SalahAdDin
  • 2,023
  • 25
  • 51
0
votes
0 answers

OpenEdx: load python script from file

I was able to write a python script to check an edx problem between tags. However I would like to include a python function from a file, in order to reuse the code in several problems. I tried the following code:
0
votes
1 answer

Integration of Desktop Application with Xblock on open EDX platform?

I am building a board game like chess using TKINTER library of python. But I am not sure whether my application will be integrable with Xblock. So I tried to run simple program of Desktop application in XBlock from Tkinter import * root = Tk() var =…
Shanky
  • 1
  • 2
0
votes
1 answer

load react script inside text/template script

I'm trying to contribute to a project that uses for rendering the elements of a page. My contribution is to change the elements of the page into react components. However when I order the react to render in a…
ChemseddineZ
  • 1,728
  • 3
  • 14
  • 27
0
votes
1 answer

OpenEdx Devstack Installation failing

I'm trying to install OpenEdx Devstack following the instruction mentioned here http://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/installation/devstack/install_devstack.html and…
user2482613
  • 77
  • 1
  • 6
0
votes
1 answer

sass error when running LMS in edx-plateform

I'm trying to run the lms of edx-plateform but i keep getting this error CompileError: Error: Undefined variable: "$verdana". on line 314 of lms/static/sass/partials/base/_variables.scss $sans-serif: $verdana !default; …
ChemseddineZ
  • 1,728
  • 3
  • 14
  • 27
0
votes
1 answer

Clarifications on Open edx using bitnami at microsoft azure

i've successfully installed openEdx using bitnami in Microsoft Azure cloud. i like to know below points, can anybody help me on this please! 1)I am a PHP programmer - but I reviewed few blogs , they mentioned the written script of edx is python…
Karthik M
  • 11
  • 7
0
votes
1 answer

How nginx webserver is configured in open edx Cypress

I went through the etc/nginx/sites-available/default file but didn't find the configuration setup. In many Documentations explained about application but not how the webserver is…
0
votes
1 answer

Openedx cms redirect to a domain instead of IP

I want to add openedx cms studio link (currently as http://ipaddress:18010) to somedomain/edx-studio I have updated httpd-vhosts.conf file httpd-app.conf edx_virtualhosts.conf cms.env.json nothing works. any help would be appreciated
Hussain
  • 119
  • 2
  • 3
  • 10