Actually there's some 'enroll' functionality in the LMS 'Instructor Dashboard'. Studio is really for just defining courseware and not managing enrollments.
I'm not sure if we've implemented in the LMS 'bulk enrollment' (via upload of a .csv) yet or if it's just a form to individually enroll email addresses. Maybe someone else can chime in one way or another.If that feature is not there yet, it should be easy to add - I understand that you are a Django/Python developer. However, I'm pretty sure those email address will already have to be registered by the end-user as we require a email-loopback verification of the email address before considering users to be 'active'.
If you take on that feature work, please submit the feature as a pull-request back to the edX repo so that everyone can enjoy the new feature.
Also, if you run a course with that large of an enrollment, we'd love to hear more about it.Good luck and best wishes
On Wednesday, October 23, 2013 9:29:41 PM UTC-4, Cristian Salamea wrote:Hello i recently see a tread how to import a course, i get a specific requirement about import data.We has planned a course to get 250k students and 150k are confirmed and we want to import them via gzipped, csv, xml.I dont know if already exist something like that and i was thinking in solution.In Studio, i choose a course and under Tools a menu "Import Students" to accept gzipped or csv file.Thanks for share ideas !Regards,--
Cristian Salamea
@ovnicraft
# 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.
'ALLOW_AUTOMATED_SIGNUPS': False,
To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/daa30366-f7fc-459c-8342-2f24f662dd9d%40googlegroups.com.--
You received this message because you are subscribed to a topic in the Google Groups "General Open edX discussion" group.
--
You received this message because you are subscribed to a topic in the Google Groups "General Open edX discussion" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/daa30366-f7fc-459c-8342-2f24f662dd9d%40googlegroups.com.
#Edit this part ~ line 268
# 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.
'ALLOW_AUTOMATED_SIGNUPS': False, #change this to True
Tiavina ANDRIANASOLO
Stagiaire M2 - OBSUN
Université de la Réunion
(+262) 0693 00 10 67
--
You received this message because you are subscribed to a topic in the Google Groups "General Open edX discussion" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/56a043f1-8ac2-492a-be74-58b1c4a67675%40googlegroups.com.