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
0 answers

certificate web doesn't accept boolean openedx

I've been trying to set up certificates on an openedx course, so far to no avail. In section 6.3.6.2 of the documentation it states: In the Certificate Web/HTML View Enabled field, enter true. But in my version I only have "Certificate Web/HTML…
ClimateUnboxed
  • 7,106
  • 3
  • 41
  • 86
0
votes
0 answers

How do I enable indigo themes on openedx

I want to change the theme of openedx deployed on the local virtual machine. Because I use is tutor Installation, so I try to introduce indijo plug-ins, in accordance with the https://github.com/overhangio/tutor-indigo Installation in the following…
tomtao
  • 1
  • 1
0
votes
0 answers

Openedx deployed locally

After installing and deploying OpenEdx through tutor, I ran Openedx deployed locally and accessed the customized LMS and CMS domain names, and found the following situation. May I ask if my installation and deployment is correct? If so, may I ask…
tomtao
  • 1
  • 1
0
votes
0 answers

When installing openEdx, why is there no error message but an installation failure message?

I execute the following command: wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/util/install/native.sh -O - | bash At the end of the execution, there is no error message, only an installation failure message.
0
votes
0 answers

When I deploy openedx on Ubuntu, why does Bootstrap the Ansible installation command fail?

This is the command that needs to be executed: Bootstrap the Ansible installation: wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/util/install/ansible-bootstrap.sh -O - | sudo -E bash Here are the installation…
0
votes
1 answer

Where do I create the config.yml file when deploying openedx on Ubuntu?

There is a step in the openedx installation instructions: enter image description here However, no directory was created during the installation,So in which directory should I create the config.yml file? Here is the installation instructions…
0
votes
0 answers

How to install openEdx platform on Ubuntu?

1.I should choose which version is better? 2.the third step , Bootstrap the Ansible installation: $ wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/util/install/ansible-bootstrap.sh -O - | sudo -E bash The SSL connection…
0
votes
0 answers

Searching for courses in OpenEdX

I'm using the Open EdX courses API (/courses/v1/courses/) to list courses. This works fine. I noticed that this endpoint supports a "search_term" query parameter that is not very well documented. Can I search for courses that contains a specific…
bjlevine
  • 873
  • 1
  • 9
  • 23
0
votes
1 answer

empty screen when connecting to openEdx

I've set up tutor on a separate machine and have port 80 open for connection. While running the docker containers I get the *_permissions of the containers fails - is this normal? I then open the web up and I just have a blank screen. Caddy logs my…
Danila
  • 41
  • 8
0
votes
1 answer

How to split mysql dump file into smaller chunks and concatenate after

Good day! I am having a problem regarding the migration of our database. I will explain it into much detail as I can. I am using an OpenEdx Platform and we are on the process of migrating our mongoDB and mysqlDB. The instructions based on the…
0
votes
0 answers

I'm having trouble while customizing the TinyMCE in OpenedX (Devstack). How can I fix?

I'm having trouble customizing the TinyMCE in OpenedX Devstack. Normally I didn't have any problems in front-end-course-authoring TinyMCE editor, but when I installed the 'front-end-lib-content-components' app for customization, the data didn't show…
Burkay
  • 1
  • 1
0
votes
1 answer

Openedx Sometimes throws Internal Server error while calling “api/courseware/sequence” api

we have installed openedx with tutor and we are making one edu-tech platform where it is using openedx apis and maintaining its own database at the same time on another django-project in docker. our edu-tech django-project docker is communicating…
0
votes
0 answers

OpenEdx error while running python code in Codejail Plugins using Dockerize container services

I have installed a stack of OpexEDX platform using Tutor and installed OpexEdx "Codejail" plugin using below link pip install git+https://github.com/edunext/tutor-contrib-codejail https://github.com/eduNEXT/tutor-contrib-codejail I am facing a…
0
votes
0 answers

Copy edx-platform in local system

I applyed bellow cammand but it's not working. docker cp -L edx.devstack.lms:/edx/app/edxapp/edx-platform/ /vscode-platform It gives this error in powershell. symlink ....\common\static\common…
0
votes
0 answers

How i can add youtube-nocookie link to openedx course?

I would like to use youtube-nocookie videos in my course, but in OpenedX I can only add videos from YouTube. How can I solve this problem? Maybe install a plugin? I expected to use the youtube-nocookie link
Dima K
  • 1