Re: [edx-code] Xblocks course export version support

2019-06-17 Thread Peter Pinch
details here or on the open edX slack channel. There are likely folks there who have tried it before. Peter Pinch MIT Open Learning > On Jun 17, 2019, at 4:51 AM, Георги Мирчев wrote: > > Hey all, I have a problem: > > when open edx exports a course it is in xblocks format,

Re: [edx-code] Open edX Video Management Survey

2019-06-15 Thread Peter Pinch
I’m finding myself frustrated by the form because I can choose only one option for each answer. Can you change those to checkboxes? Or should I just cram everything into “other” Thanks, Peter I am mobile. On Jun 14, 2019, at 9:35 AM, fshe...@edx.org

Re: [edx-code] When importing course with manage.py in Hawthorne, the "run" part of the course id is wrong

2019-02-11 Thread Peter Pinch
. In the policy.json file, change the root key from “course/course” to “course/” We had to do this enough times that we wrote a post-commit hook for git. If that’s helpful, I can see if we can share that. Good luck, and let us know if this helps. Peter Pinch Associate Director of Engineering

Re: [edx-code] Deprecation/Removal: External Auth Django App (DEPR-6)

2018-10-24 Thread Peter Pinch
The JIRA ticket isn’t open. I was hoping to get a better idea of the scope of the deprecation. Also, is a 2019-02-15 removal expected to be a change in Ironwood, or in Ironwood's successor? Thanks, Peter Peter Pinch Associate Director of Engineering MIT Open Learning pdpi...@mit.edu

Re: [edx-code] cannot connect to "latex2edx" server

2018-09-21 Thread Peter Pinch
n’t be of more help, Peter Pinch MIT Open Learning > On Sep 21, 2018, at 5:15 AM, Debashish Ghosh > wrote: > > Sorry to repost on this question. Is anybody in this group using Latex? We > are still having issues with connecting to the latex2edx server. Should we > contact th

Re: [edx-code] limit or cap on the number of students enrollments

2018-05-08 Thread Peter Pinch
There's an advanced setting on courses called "Course Maximum Student Enrollment" If I recall correctly, admin and staff are omitted from that count. I think it's limited to learners. Peter Pinch MIT Open Learning > On May 8, 2018, at 4:24 AM, mohamad salloum wrote:

Re: [edx-code] Hand-written XML not appearing

2017-12-08 Thread Peter Pinch
Hi Colin. Error reporting on course imports is definitely lacking. If you're up for it, I'd recommending running a devstack locally and doing a test import. You can watch the logs while the course is imported and you might see some helpful hints. If you have an installation of open edX set u

Re: [edx-code] How can i add a button after a section only for submitting a submission to a local folder on edx?

2017-03-19 Thread Peter Pinch
, you may want to try the SGA (Staff-Graded Assignments) XBlock. It comes packaged with open edX but you will need to enable it. There’s more documentation at https://github.com/mitodl/edx-sga/blob/master/README.rst Peter Pinch MIT Office of Digital Learning > On Mar 18, 2017, at 12:02 PM, Y

Re: [edx-code] OpenEDX custom courses

2017-02-27 Thread Peter Pinch
CCX is a lightweight way to re-use course content. Authorized "coaches" can run a "custom course" that allows them to change the enrollment and schedule, but not the content of the original course. It doesn't have any impact (that I'm aware of) on the course catalog search. Neither does it allo

Re: [edx-code] Multi-lingual capabilities for courses

2017-02-16 Thread Peter Pinch
Please keep in mind the OLX impact of these options. We still want to be able to export and import multilingual courses (and maybe be able to facilitate the translation process outside of studio) > On Feb 16, 2017, at 9:57 AM, Andy Armstrong wrote: > > Hi Ignacio, > > Thanks for this excellen

[edx-code] Re: Timeline for OEP-7 (Python 3 migration)

2017-01-20 Thread Peter Pinch
That's a good point Colin. I added a comment on the PR: https://github.com/edx/open-edx-proposals/pull/21#issuecomment-274111039 On Thursday, January 19, 2017 at 11:34:37 AM UTC-5, Colin Fredericks wrote: > > Awesome! > > Question from those of us who use a lot of custom assessments: how will >

Re: [edx-code] How do I import class content onto a local server?

2016-09-20 Thread Peter Pinch
regularly at MIT. - Peter Peter Pinch | Associate Director of Engineering, Office of Digital Learning Massachusetts Institute of Technology One Main Street | Cambridge MA 02142 E pdpi...@mit.edu | T 617-253-6256 | C 617-652-0183 > On Sep 20, 2016, at 12:25 AM, Alex Borgerding wrote: &g

[edx-code] Re: Eucalyptus 1 RC2 Prerelease

2016-08-25 Thread Peter Pinch
Ned, what channel(s) would you like us to use for questions and feedback (during this pre-release phase)? On Monday, August 22, 2016 at 3:30:47 PM UTC-4, Ned Batchelder wrote: > > Hello Open edXers, > > The Eucalyptus release of the Open edX platform is almost ready! The > second release candid

Re: [edx-code] Linking multiple courses' content to 'master' course through CMS

2016-08-23 Thread Peter Pinch
s information about particular cohorts. > > Thanks very much for your help. > > -- > 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 > https://groups.go

Re: [edx-code] help to up to date CAS integration

2016-08-05 Thread Peter Pinch
d (Cypress). Perhaps we should have switched to it when we upgraded to dogwood, instead of forking django-cas. What bugs have you run into with CAS and dogwood? There is an issue with profiles that we fixed with commit 9220c4d. You might want to cherry pick that. - Peter Peter Pinch | A

Re: [edx-code] help to up to date CAS integration

2016-08-04 Thread Peter Pinch
the pull request. - Peter Peter Pinch | Associate Director of Engineering, Office of Digital Learning Massachusetts Institute of Technology One Main Street | Cambridge MA 02142 E pdpi...@mit.edu | T 617-253-6256 | C 617-652-0183 > On Aug 4, 2016, at 9:36 AM, Mahyar Damavand wrote: &g

Re: [edx-code] Improving our support for the Open edX community

2016-08-03 Thread Peter Pinch
ld be addressable by unique URL. This makes it a lot easier to point people to specific answers and conversations - Peter Peter Pinch | Associate Director of Engineering, Office of Digital Learning Massachusetts Institute of Technology One Main Street | Cambridge MA 02142 E pdpi...@mi

Re: [edx-code] Re: Moodle to edX

2016-07-28 Thread Peter Pinch
The documentation for moodle2edx is at https://github.com/mitocw/moodle2edx/blob/master/README.txt#L35 The code is unsupported and hasn’t been updated in some time. - Peter Pinch -- You received this message because you are subscribed to the Google Groups "General Open edX discussion&q

Re: [edx-code] Unable to import edX.org course into Dogwood.3

2016-06-30 Thread Peter Pinch
p://edge.edx.org/>), the default order is "course_info" followed by > "courseware" and there is no way to reorder these two tabs(other tabs such as > Wiki and user-added pages can be reordered). So there seems to be no way to > resolve this except to mak

Re: [edx-code] Unable to import edX.org course into Dogwood.3

2016-06-29 Thread Peter Pinch
I suspect this is the same issue as described in https://openedx.atlassian.net/browse/ECOM-4409 If it is, you would see a message about an `InvalidTabsException` in your servers logs. It would be super helpful if you could add some steps to rep

Re: [edx-code] OEP Suggestion: Display XBlocks as Course Tab

2016-06-28 Thread Peter Pinch
How would this affect course import and export? I believe unrecognized blocks are ignored on import, but that may be harder to do with tabs, since they are specified in policy.json. I'd also want to make sure that there is some meaningful logging and error messaging to the user when a course is

Re: [edx-code] Re: Search engine for course content

2016-06-23 Thread Peter Pinch
ues can be addressed by editing the XML and JSON. - Peter On Jun 23, 2016, at 9:17 AM, apollinaire samiey mailto:apoosam...@gmail.com>> wrote: I didn't know that we could update this VM. How can i update it?? 2016-06-23 13:11 GMT+00:00 Peter Pinch mailto:pdpi...@gmail.com>>: Ap

Re: [edx-code] Re: Search engine for course content

2016-06-23 Thread Peter Pinch
Apollinaire, that VM is quite old -- it predates edX's first named release. The current search feature won't work with it. Have you considered upgrading? Peter Pinch | Associate Director of Engineering, Office of Digital Learning Massachusetts Institute of Technology One M