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

how i can install openedx in windows macheen?

error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [12 lines of output] running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-cpython-310 creating…
-1
votes
1 answer

How to connect to openedx tutor's mysql database?

I'm trying to connect to mysql database running in docker which is invoked by tutor: tutor dev launch which generates the config.yml file below CMS_HOST: studio.local.overhang.io CMS_OAUTH2_SECRET: ue5LfJvi7LyJ5d0kN1mKwXWH CONTACT_EMAIL:…
watch-this
  • 1
  • 4
  • 20
-1
votes
2 answers

How I can change domain of the running openedx?

How I can change the domain of the running Openedx ? I wanna to run it with new domain.
Duc Tong
  • 31
  • 1
  • 4
-1
votes
1 answer

required public init?(coder aDecoder: NSCoder) { fatalError("init(coder:) has not been implemented") }

I want to create custom tab bar for my open edx ios app but I get this error can someone please tell me how can I fix this and how can I additional tab bar ] here is full code import UIKit import WebKit public class CourseHandoutsViewController:…
ec901xj3
  • 1
  • 1
-1
votes
2 answers

Accessing an api running in a docker host from a different docker host

I have two docker projects each with their own docker-compose.yml files. One project holds a django api with docker host for that, while the other project is for open edx which running on another docker host. If I try to access my django api from…
oma0256
  • 103
  • 4
  • 11
-1
votes
1 answer

Want to disable CSRF in openedx for one specific post request

In openedx I have used Xblock.json_handler for third party api consumption . But I want to disable csrf authentication for that one post api , can anyone help me out with that ?
-1
votes
1 answer

Query in Open edX about uploading

Anyone knows how to add equations e.g (set [a , b) = {x ∈ R a ≤ x < b} ) and limits equations on open edx. I'm having a issue in uploading the content like Multiple Choices and Text.
-1
votes
1 answer

Changing Bitnami Open edX Logo

I'm new to Bitnami and Open edX and I'm having trouble changing the logo. I'm new at this and was experimenting with adopting the red-theme that comes with it and changing preexisting values for styling (which I did successfully). However, I am…
-1
votes
1 answer

How to add student attendance in Open edX.

I am a new developer for Open edX. I want to add student attendance, whoever has attained the course. I did google but not get any solution.
Ross Baker
  • 13
  • 2
  • 9
-1
votes
2 answers

OpenedX url referencing

I am experimenting with adding an anchor tag in the file "course_outline.html" in the template folder of cms. I want the user to be redirected to another page on clicking this. For experimentation I am doing
random40154443
  • 1,100
  • 1
  • 10
  • 25
-1
votes
1 answer

Can i install OpenEdX platform in VMware Workstation?

I think my question is clear from the Subject title I had some problems while installing OpenEdX on VirtualBox so, i was thinking if i can install it using VMware Workstation. Can i do that ?
Bilal
  • 2,883
  • 5
  • 37
  • 60
-2
votes
0 answers

Integrate xblock on openedx

I want to integrate custom xblock in openedx, my edx is deployed through tutor. Through my search, it seems that there is only one way, devstack, but integrating edx through devstack is contradictory to tutor. Is that true? Am I getting it right?
tomtao
  • 1
  • 1
1 2 3
16
17