Hi Suresh, SCORM is a huge standard and to implement it yourself, you would need to read the SCORM documentation. You can find this here: https://scorm.com/scorm-explained/technical-scorm/scorm-12-overview-for-developers/
I don't think how to implement a LMS for SCORM is really a subject that can be discussed here :-) (it's way too big). However to implement SCORM in django I would go around it a bit differently. Implementing the SCORM communication yourself isn't really that easy - however you can integrate with Scorm Cloud for example. Then all you need to do is store your delegates and scorm packages in a way that they can communicate with Scorm Cloud. Either that or check through OpenEDX. Regards, Andréas Den ons 12 dec. 2018 kl 05:36 skrev Suresh <mariadas...@gmail.com>: > hi Ryan, > thank you for your reply. i saw openedx. its huge source code and i > cannot understand. i want clearly explain about scorm compliant lms and how > to design that lms. if you know please help me thank you > > On Tuesday, 11 December 2018 21:01:28 UTC+5:30, Ryan Nowakowski wrote: >> >> Take a look at OpenEDX. It seems like they have a pretty complete >> e-learning system including some scorm support. >> >> https://github.com/edx/edx-platform >> >> >> On December 11, 2018 12:09:32 AM CST, Suresh <maria...@gmail.com> wrote: >>> >>> How can i make scorm compliant in my lms site using python with django? >>> >>> -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/a73905c6-3d3e-4a27-9472-bbd19439acda%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/a73905c6-3d3e-4a27-9472-bbd19439acda%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK4qSCe_-uCxJgZE8vWqwe73QiUz5Y%3DwEh0Zxj87QqA8SsZypQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.