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

How to backup and restore Open edX from one server to other?

I have an Open edX system run entire in only one server, but system performance is bad. Its RAM consuming is being increased day by day, now I wan to backup and restore to other bigger server. Document of Open edX is hard to reach this information,…
grabtasker
  • 57
  • 10
1
vote
0 answers

Upload files from a custom XBlock in studio [edx-platform]

Problem Statement : I want to develop a custom "XBlock" for edx-platform which allows the course creator to upload images, associate a text description with each image which will show up as a Slider on course content. I have a basic slider working…
Jay Modi
  • 3,161
  • 4
  • 35
  • 52
1
vote
1 answer

Open edX Dogwood problems

I have installed Open edX (Dogwood) on an EC2 ubuntu 12.04 AMI and, honestly, nothing works. I can sign up in studio, and create a course, but the process does not complete. I get a nice page telling me that the server has an error. However, the…
Kickasstimus
  • 197
  • 15
1
vote
0 answers

Convert moodle course in edx

I using this script for converting moodle course in edx --> https://github.com/mitocw/moodle2edx But when I run it I get this error: Converting moodle backup-moodle2-course2.mbz to edX /home/moodle/edx/ gzip: stdin has more than one entry--rest…
Dmitry Utrobin
  • 359
  • 1
  • 3
  • 15
1
vote
1 answer

edx Django RemovedInDjango19Warning

I got into an error with django in open edx on RemovedInDjango19Warning. I wonder if anyone knows how to fix them? 2016-01-18 17:58:04,541 WARNING 3543 [py.warnings] base.py:116 -…
RLe
  • 456
  • 12
  • 28
1
vote
2 answers

Open edX installation. The SECRET_KEY setting must not be empty

I install open edx on ubuntu server. And I caught this error: TASK: [edxapp | syncdb and migrate] ******************************************* failed: [localhost] => (item=lms) => {"changed": true, "cmd": " /edx/app/edxapp/venvs/edxapp/bin/python…
Dmitry Utrobin
  • 359
  • 1
  • 3
  • 15
1
vote
0 answers

how to show video with signed url of s3 object in open edx?

I have the open edx plateform where I am using the s3 videos for displaying the lectures. I need to display s3 videos with signed url I am very new to the open edx plateform. The I am not able find where should I make the changes. I have found the…
Bhavik Joshi
  • 2,557
  • 6
  • 24
  • 48
1
vote
2 answers

how to add new files to edx fullstack so that it could work locally

I want to add some HTML5 to my edx course. Where should I put my .html, .css and .js files so that they can work locally
apurv
  • 83
  • 1
  • 2
  • 5
1
vote
2 answers

open edx android app installation

i follow this steps for edx mobile 1.install edx fullstack on azure Ubuntu VM 2.after i change the following value in lms.env.json "FEATURES" : { ... "ENABLE_MOBILE_REST_API": true, "ENABLE_OAUTH2_PROVIDER": true, …
1
vote
1 answer

Error to install insights ( install bower ) { OpenEdX , Ubuntu Server 12.04 }

I'm trying to install OpenEdX on my own SERVER (OS : Linux Ubuntu Server 12.04 ) , and i got same errors . Can anyone help me? TASK: [ insights | install bower dependencies]************************** failed: [localhost] => {"changed"; true, "cmd";…
1
vote
1 answer

feasibility to setup an Open Source Platform “edX” - http://en.wikipedia.org/wiki/EdX

I have just heard of this open source early in this morning, and hook into google for searching about this,but seems like google have limited options too. I found this one https://github.com/edx/configuration/wiki/edX-Ubuntu-12.04-Installation ,but…
Fazeela Abu Zohra
  • 641
  • 1
  • 12
  • 31
0
votes
0 answers

How to develop an LTI1.3 tool in Java and integrate it into Open Edx?

I am learning how to build the first “Hello World” LTI app in Java. I found a lot of information online and also downloaded some code from Github. But the code is still a little hard for me to understand. So are there some simple examples that can…
0
votes
0 answers

Issue with API Request in openedx: Server Error when Modifying Student Grades

I am a newcomer to openedx, and I encountered the following issue while testing the API of the openedx platform using Postman. When I use the POST method to test the API at "/grades/v1-gradebook/{course_id}/bulk-update", if I send a request without…
0
votes
0 answers

How do I test receiving grade information from third party applications on Open Edx?

I integrated Zoom on the Open Edx platform. You can successfully create a meeting. But I only briefly configured it, and in the configuration process I found that some configurations were related to scores. I want to know what these configurations…
0
votes
0 answers

Build an SAML IDP provider in React and NodeJS stack

We are an early stage SaaS company with UI in React and services in Node JS. We have been asked by one of our customers to become an SAML identity provider. It would be an IDP initiated SSO and we would be the IDP. openEDX would be the Service…
CUN-MK
  • 1