[edx-code] NameError when tried preview certificate from studio

2018-04-11 Thread sai venkata vinay pasupuleti
Hi Guys, I am getting the following error. When clicked on 'Preview Certificate' in Studio. Please, Let me if you know any solution. ERROR: NameError at /certificates/user/5/course/course-v1:Python.org+CS102+2018_T1 Undefined Request Method: GET Request URL:

[edx-code] Student PasswordHistory model usage

2018-04-11 Thread adusenbery
Hi All, I'm curious if anyone in the Open edX community is using the PasswordHistory model: https://github.com/edx/edx-platform/blob/master/common/djangoapps/student/models.py#L701 We don't currently use it on edx.org, but I'd like to hear from anyone who has used its functionality. Thanks!

[edx-code] Insights ungraded problems issue

2018-04-11 Thread Vijaya lakshmi T.G.
Hi all, I have list of ungraded problems in the course and is accessed by more than 300 Learners and answered them. When i checked the response in Insights there was none. The section is not visible under both graded and ungraded Insights view. Please help in this. Thanks , Vijayalakshmi --

[edx-code] API for courses list from Studio

2018-04-11 Thread Vijaya lakshmi T.G.
Hi, Is there a way to get list of all the courses from studio (both released and un-released courses, archived courses) Thanks, TG -- 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: API for courses list from Studio

2018-04-11 Thread Clinton Blackburn
See either of the following: - https:///api/v1/course_runs/ - Code is at https://github.com/edx/edx-platform/tree/master/cms/djangoapps/api/v1 - https:///api/courses/v1/courses/ - Code is at https://github.com/edx/edx-platform/tree/master/lms/djangoapps/course_api.