[edx-code] Re: Email individual users

2019-04-11 Thread Ernesto Sanchez
Hi, You need enable bulk email in /admin/bulk_email/bulkemailflag/ El miércoles, 10 de abril de 2019, 15:02:24 (UTC-5), mario silic escribió: > > Is there any way to email specific users openedx? > For example to email all learners that did not complete a course? -- You received this message

[edx-code] Re: Third Party Authentication with SAML Provider

2019-04-10 Thread Ernesto Sanchez
hi Lucas, can you share us how you did the config? El miércoles, 10 de abril de 2019, 7:48:18 (UTC-5), Lucas Rittié escribió: > > End of investigation ! > > Finally we managed to make the third party auth features works. > > All it took was to read the SAML sent by the Identity Provider check

[edx-code] Re: how to Bulk register by email or from csv file?

2019-01-23 Thread Ernesto Sanchez
Hi check this url https://blahblah.mx/registro-masivo-de-participantes-en-open-edx/ El miércoles, 23 de enero de 2019, 10:51:10 (UTC-6), Lin Chung H escribió: > > We want to directly import the student's information and let it register > automatically, without the student registering himself.

[edx-code] Re: Content Library - Randomized Content Block

2018-12-13 Thread Ernesto Sanchez
Yes, its working. https://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/latest/exercises_tools/randomized_content_blocks.html#add-a-randomized-content-block-to-your-course El miércoles, 12 de diciembre de 2018, 8:21:57 (UTC-6), Suryaprakash Kompalli escribió: > > Hello:

[edx-code] Re: Hauthorn new Section does not refresh

2018-11-22 Thread Ernesto Sanchez
hi, You need check the logs from cms, /edx/var/log/cms/edx.log El jueves, 22 de noviembre de 2018, 4:38:33 (UTC-6), kos giannop escribió: > > Hi in the Hawthorn I try to create a new section in a course. When I click > the button, the working gear loads and never stops. If I click refresh

[edx-code] Re: Lms Registration page

2018-11-22 Thread Ernesto Sanchez
hi, you need check this url https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/customize_registration_page.html El martes, 20 de noviembre de 2018, 8:33:19 (UTC-6), Ahmad Ben Maallem escribió: > > Hi, > I can't add "fielfield" field to edx

[edx-code] Re: Data Download not working in Instructor Dashboard in LMS

2018-08-16 Thread Ernesto Sanchez
hi, I solved this issue with creating link to true location of .csv files(/tmp/edx-s3/grades) in /edx/var/edxapp/media directory ln -s /tmp/edx-s3/grades /edx/var/edxapp/media and then make little changes in nginx configuration. nano /var/app/nginx/sites-available/lms add following rule:

[edx-code] Re: some problem about edx student grades download

2018-05-21 Thread Ernesto Sanchez
Hi, check the answer from alik khilazhev, its works. i work with his solution. I solved this issue with creating link to true location of .csv files(/tmp/edx-s3/grades) in /edx/var/edxapp/media directory ln -s /tmp/edx-s3/grades /edx/var/edxapp/media and then make little changes in nginx

Re: [edx-code] Re: Where to set the file permissions on the themes directory.

2018-05-07 Thread Ernesto Sanchez
> > "build failed running pavelib.assests.updae_assests:subprocees rerutn code > :1" > > Please guide > > *Regards,* > *Chandrashekhar Patil* > *( +91 727-670-3701)* > > On Thu, May 3, 2018 at 9:46 PM, Ernesto Sanchez <sber...@gmail.com > > wrote: &

[edx-code] Re: Where to set the file permissions on the themes directory.

2018-05-03 Thread Ernesto Sanchez
Hi, 1. Create a directory under /edx/app/edxapp/themes 2. Create a directory with your theme 3. Change the permission chown -R edxapp:edxapp /edx/app/edxapp/theme/yourtheme 4. edit lsm.env.json and change this lines "COMPREHENSIVE_THEME_DIRS": [ "/edx/app/edxapp/themes"

[edx-code] Re: Issue in generating Certificate

2018-05-01 Thread Ernesto Sanchez
You need check the log /edx/var/log/lms/edx.log El lunes, 30 de abril de 2018, 6:16:47 (UTC-5), Mohd Junaid Siddiqui escribió: > > Hello all, When i am previewing Certificate it gives me this error. Plese > help. I have enabled all the files TRUE where required. > Thanks in advance > -- You

Re: [edx-code] Re: Import masive students to course

2018-01-26 Thread Ernesto Sanchez
Hi, you need edit edit this file /edx/app/edxapp/edx-platform/lms/envs/common.py and restart lms. # Show a section in the membership tab of the instructor dashboard # to allow an upload of a CSV file that contains a list of new accounts to create # and register for course.

[edx-code] Re: change domainn name

2017-12-22 Thread Ernesto Sanchez
You need edit lms.env.json and change lms_base for your own domain and reboot the service edxapp: El viernes, 22 de diciembre de 2017, 3:40:17 (UTC-6), sai krishna escribió: > > Hi all > > how do i change the domain name for the own edx platform?? > -- You received this message because you

[edx-code] Re: When is a course considered complete?

2017-03-28 Thread Ernesto Sanchez
Hi, I think you need run this command - *create a final grade and generate a certificate for a single user* - sudo -u www-data /edx/bin/python.edxapp ./manage.py lms --settings aws regenerate_user -u ho...@example.com -c edX/Open_DemoX/edx_demo_course El martes, 28 de marzo de

[edx-code] Re: Potential Open edX installation security vulnerability

2017-01-06 Thread Ernesto Sanchez
thank you very much El viernes, 6 de enero de 2017, 15:38:32 (UTC-6), George Song escribió: > > Hi everyone, > > We recently discovered a security vulnerability using Open edX Full Stack > or native installation methods. Please read the post in openedx-ops >

[edx-code] Re: Problem with open edx eucalyptus.2 insights

2016-12-20 Thread Ernesto Sanchez
You need install in a new server El domingo, 18 de diciembre de 2016, 6:48:10 (UTC-6), Jheng escribió: > > HI, > > I have installed EDX eucalyptus.2 following this doc on ubuntu 12.04 > (manual install): >

[edx-code] Re: Unable to create certificates

2016-12-08 Thread Ernesto Sanchez
You can do it from http://your-server/admin/course_modes/coursemode/ El jueves, 8 de diciembre de 2016, 10:29:46 (UTC-6), Levani Melikishvili escribió: > > Hi, > > I have followed the documentation >

[edx-code] Re: certificate timezone error

2016-11-03 Thread Ernesto Sanchez
Hi, i write the step in spanish sorry and work for me 1. Igualar todos los time_zone de edx en el lms.env.json y cms.env.json 2. Poner el SO en la misma zona de tiempo ubuntu 12.04 * dpkg-reconfigure tzdata 3. Poner el mysql en la misma zona de tiempo - Editar /etc/my.cnf - Agregar

[edx-code] Re: Where to get my account activation link from a local Studio instance?

2016-09-29 Thread Ernesto Sanchez
Hi, You need create first user with command, you check this url https://openedx.atlassian.net/wiki/display/OpenOPS/Managing+OpenEdX+Tips+and+Tricks El viernes, 23 de septiembre de 2016, 8:39:19 (UTC-5), rkatao...@gmail.com escribió: > > Hi all, > > This may sound a little dumb as I'm just

[edx-code] Studio permissions

2016-09-26 Thread Ernesto Sanchez
Hi, how I can do to give studio users permissions only to see the courses I want or in any given case -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit

[edx-code] Re: Enabling course certificates

2016-09-02 Thread Ernesto Sanchez
Hi, Juan you can be more explicit on how to change the mode of course , since I can not find that option in advanced settings El martes, 26 de julio de 2016, 20:00:24 (UTC-5), Juan Camilo Montoya escribió: > > Hello Raul, > > Before you can create your certificate, you have to add a course