1. 68b3203 chore: Moved `get_quiz_progress` and `get_program_progress` to a class function in `program_enrollment` by scmmishra · 5 years ago
  2. 3673b25 fix: quiz is now visible to administrator by scmmishra · 5 years ago
  3. 5079e6c chore: minor improvements by scmmishra · 5 years ago
  4. ac8d347 feat: Added `add_quiz_activity` function to course_enrollment class by scmmishra · 5 years ago
  5. 66d2392 chore: minor code improvements by scmmishra · 5 years ago
  6. 64d2fe0 fix: Minor typo by scmmishra · 5 years ago
  7. 4add826 chore: Minor code improvements by scmmishra · 5 years ago
  8. da2c90c chore: renamed `get_program` api functions by scmmishra · 5 years ago
  9. 9967d27 chore: renamed ambiguous variable names in lms.py by scmmishra · 5 years ago
  10. d78c326 chore: renamed `get_topic_meta` to `get_student_topic_details` by scmmishra · 5 years ago
  11. d5973fe chore: renamed `get_course_meta` to `get_student_course_details` by scmmishra · 5 years ago
  12. 327334a chore: refactor `utils.get_current_student` by scmmishra · 5 years ago
  13. 2b7e158 feat: Quiz attempt limits is configurable by scmmishra · 6 years ago
  14. cea8515 feat: Added custom navbar by scmmishra · 6 years ago
  15. 9b7ac3e fix: fixed joining date bug on lms profile by scmmishra · 6 years ago
  16. 209250c fix: Profile page cards by scmmishra · 6 years ago
  17. 233db67 Merge branch 'develop' of https://github.com/frappe/erpnext into lms-beta-v2 by scmmishra · 6 years ago
  18. 3d39b88 feat: LMS now supports multiple correct choice questions by scmmishra · 6 years ago
  19. 3ba91d7 fix: Add /all-products to sitemap by Faris Ansari · 6 years ago
  20. 43e9375 feat [WIP]: Added multiple choice question component by scmmishra · 6 years ago
  21. 000e706 feat: Only student progress is recorded in LMS by scmmishra · 6 years ago
  22. 5f8b358 Website: Product Configurator and Bootstrap 4 (#15965) by Faris Ansari · 6 years ago
  23. 5c646e6 fix: Auto course enrollment for enrolled programs in LMS by scmmishra · 6 years ago
  24. 621cad8 fix: Default program list by scmmishra · 6 years ago
  25. c22eef2 fix: LMS Title by scmmishra · 6 years ago
  26. bf9a10f chore(style): Renamed a function by scmmishra · 6 years ago
  27. ab8fc8c feat: Quizzes fixed by scmmishra · 6 years ago
  28. 3726f8a feat: Added check for no content in topic meta by scmmishra · 6 years ago
  29. de5f71a fix: Showing Topic Progress by scmmishra · 6 years ago
  30. 56ad5da fix: Minor Changes by scmmishra · 6 years ago
  31. 23880ae fix: Content fetching for articles and videos by scmmishra · 6 years ago
  32. 7e1678e fix: TopicMeta fixes by scmmishra · 6 years ago
  33. 95bb3c0 Minor fixes by scmmishra · 6 years ago
  34. cb8ef96 chore (css): Switched to frappe navbar by scmmishra · 6 years ago
  35. 7655292 [Major][Breaking] More changes by scmmishra · 6 years ago
  36. da39da6 [Major][Breaking] Server side changes to handle Topic Layer by scmmishra · 6 years ago
  37. 766f68a [Major][Breaking] Modified lms.py and utils by scmmishra · 6 years ago
  38. 6663ca1 Adding Test Utils by scmmishra · 6 years ago
  39. d02fd13 UI Improvements: Added Custom Navbar by scmmishra · 6 years ago
  40. 87df23b Added quiz card on profile page by scmmishra · 6 years ago
  41. 4d10229 Quiz Progress and Minor fixes by scmmishra · 6 years ago
  42. b3154ef UI Fixes by scmmishra · 6 years ago
  43. 798f13b More Improvements by scmmishra · 6 years ago
  44. 2955851 Built Student Profile Page by scmmishra · 6 years ago
  45. 201fec3 Minor Improvements by scmmishra · 6 years ago
  46. 97c994f create course enrollment if not already enrolled for a program by scmmishra · 6 years ago
  47. affbfe7 Added get_program_meta by scmmishra · 6 years ago
  48. 082e3c9 Minor Fixes: Student Enrollment by scmmishra · 6 years ago
  49. fdbabde UI fixes for course card by scmmishra · 6 years ago
  50. d93cec3 Minor UI changes by scmmishra · 6 years ago
  51. a592f70 Refactored Course Progression Logic by scmmishra · 6 years ago
  52. 1192529 Refactored lms.py, modified utils by scmmishra · 6 years ago
  53. 0a5c7a6 Removed unnecessary prints by scmmishra · 6 years ago
  54. babb68d Refactored server side code by scmmishra · 6 years ago
  55. 0a4902f UI Changes by scmmishra · 6 years ago
  56. 85c2fee Added ListPage and other UI improvements by scmmishra · 6 years ago
  57. 35bf561 Renamed academy to lms on server side by scmmishra · 6 years ago
  58. af30b77 Renamed academy to lms on server side by scmmishra · 6 years ago
  59. f9f7318 Deleted Old LMS Content by scmmishra · 6 years ago
  60. d7c993f Minor UI changes by scmmishra · 6 years ago
  61. f9b2fb6 Fixed course and content page by scmmishra · 6 years ago
  62. db9c8b7 Functions now have a login context by scmmishra · 6 years ago
  63. 708756e Added academy namespace by scmmishra · 6 years ago
  64. cc166c0 Improved Client implementation by scmmishra · 6 years ago
  65. 8fa9ade More Bug fixes UI and Permissions by scmmishra · 6 years ago
  66. b409f7a Minor UI Changes and Fixes by scmmishra · 6 years ago
  67. 25e42ba Course completion logic complete by scmmishra · 6 years ago
  68. 0187b18 Added methods to saving Quiz attempts by scmmishra · 6 years ago
  69. 76222f7 Modified add-activity, no duplicates will be saved now by scmmishra · 6 years ago
  70. 1a04f77 LMS: Saving Course Activity by scmmishra · 6 years ago
  71. 73a31ec Added functions to query Student enrollments by scmmishra · 6 years ago
  72. 8b8db54 Added enroll function by scmmishra · 6 years ago
  73. bcafe84 Adding session management to client by scmmishra · 6 years ago
  74. 7a19b63 Minor changes by scmmishra · 6 years ago
  75. ef9a75e Removed unnecessary print statements by scmmishra · 6 years ago
  76. f7029f0 Quiz is now submittable by scmmishra · 6 years ago
  77. 3741844 Added quiz functions by scmmishra · 6 years ago
  78. 9c642ac Helper Functions for VueJS by scmmishra · 6 years ago
  79. 1778b59 Started with Vue by scmmishra · 6 years ago
  80. 9456c82 Getting started with Vue by scmmishra · 6 years ago
  81. 75ad128 Added LMS Settings by scmmishra · 6 years ago
  82. 9e80f32 Minor Changes by scmmishra · 6 years ago
  83. 1e1f1ad LMS: Course Completion Status Working by scmmishra · 6 years ago
  84. 4f439ec Quiz eval utils by scmmishra · 6 years ago
  85. 0d4135e LMS: Fixed view for Quiz by scmmishra · 6 years ago
  86. 91bbe10 LMS: More changes to the web view by scmmishra · 6 years ago
  87. 5569cbf Revert "LMS: Fixed views for article and video" by scmmishra · 6 years ago
  88. 1e10fc4 LMS: Fixed views for article and video by scmmishra · 6 years ago
  89. 590227b LMS: Fixed views for article and video by scmmishra · 6 years ago
  90. 685584b Quiz: Quiz now displays correctly on the portal by scmmishra · 6 years ago
  91. 3757a4e Modified program and index view by scmmishra · 6 years ago
  92. 38c1baf Templates: modified routing logic, added data attributes in template by scmmishra · 6 years ago
  93. 9335593 LMS: JS Script to send quiz and activity data by scmmishra · 6 years ago
  94. 6660a67 templates: add templates for LMS content by scmmishra · 6 years ago
  95. 836a4b5 lms: add activity child table and create frontend by scmmishra · 6 years ago
  96. e819047 Merge branch 'staging-fixes' into unicode by Nabin Hait · 6 years ago
  97. f79937d style: Remove unused imports by Aditya Hase · 6 years ago
  98. f3c22f3 fix(unicode): Import unicode_literals in every file by Aditya Hase · 6 years ago
  99. 4c26348 Certfication Application Doctype and webform,Certfied Consultant DocType (#14528) by asbasawaraj · 6 years ago