Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
27234ff907c109b05d34911cf1bafe5e294dc689
/
erpnext
/
education
045194c
Merge branch 'develop' of https://github.com/frappe/erpnext into develop
by Syed Mujeer Hashmi
· 6 years ago
776d891
fix: test for course
by Shivam Mishra
· 6 years ago
f2d6219
chore: Minor code improvements
by Shivam Mishra
· 6 years ago
d2c4af1
fix: Video not found bug
by Shivam Mishra
· 6 years ago
51b6fe2
feat: Allow disbaling LMS (#17587)
by Shivam Mishra
· 6 years ago
b146df6
feat: Student Group with Student Category filter
by Syed Mujeer Hashmi
· 6 years ago
68b3203
chore: Moved `get_quiz_progress` and `get_program_progress` to a class function in `program_enrollment`
by scmmishra
· 6 years ago
5079e6c
chore: minor improvements
by scmmishra
· 6 years ago
ac8d347
feat: Added `add_quiz_activity` function to course_enrollment class
by scmmishra
· 6 years ago
33969b7
chore: Minor change to question doctype
by scmmishra
· 6 years ago
66d2392
chore: minor code improvements
by scmmishra
· 6 years ago
da2c90c
chore: renamed `get_program` api functions
by scmmishra
· 6 years ago
327334a
chore: refactor `utils.get_current_student`
by scmmishra
· 6 years ago
5214c5c
fix: Minor fix to test program
by scmmishra
· 6 years ago
8c89083
fix: test fixes for program doctype
by scmmishra
· 6 years ago
7a1c649
fix: Test fixes
by scmmishra
· 6 years ago
d2917a8
feat: Fixed test data for student doctype
by scmmishra
· 6 years ago
acc0fa3
fix: Added desciption in program test record
by scmmishra
· 6 years ago
bae2d66
fix: codacy linting issues
by scmmishra
· 6 years ago
abb35ad
fix: Possible fix for failing tests
by scmmishra
· 6 years ago
dd889f8
fix: Fixed hero image field in COurse and Topic
by scmmishra
· 6 years ago
a409400
feat: added hero image field
by scmmishra
· 6 years ago
2b7e158
feat: Quiz attempt limits is configurable
by scmmishra
· 6 years ago
3d39b88
feat: LMS now supports multiple correct choice questions
by scmmishra
· 6 years ago
43e9375
feat [WIP]: Added multiple choice question component
by scmmishra
· 6 years ago
000e706
feat: Only student progress is recorded in LMS
by scmmishra
· 6 years ago
eaed1ae
fix: Added import statement for translate wrapper
by scmmishra
· 6 years ago
f2c638f
fix (minor): Replaced text editor with small text in course doctype
by scmmishra
· 6 years ago
acc278d
feat: Added validations for question doctype
by scmmishra
· 6 years ago
5c646e6
fix: Auto course enrollment for enrolled programs in LMS
by scmmishra
· 6 years ago
a0978a2
chore: Cleaned up quiz.py
by scmmishra
· 6 years ago
dcbe7e5
fix: Added permissions for instructor
by scmmishra
· 6 years ago
21823f5
feat: Added test for program_enrollment
by scmmishra
· 6 years ago
e3b7e13
feat: Moved make_course_activity to test_course_activity.py
by scmmishra
· 6 years ago
8aa6ac7
feat: Moved setup_program to test_program.py
by scmmishra
· 6 years ago
a98e936
chore: Removed LMS Activity Doctype
by scmmishra
· 6 years ago
88b2244
feat: Added test for course_enrollment
by scmmishra
· 6 years ago
c75b513
fix: Enrollment bug
by scmmishra
· 6 years ago
6241622
feat: Added test utilities for course_activity
by scmmishra
· 6 years ago
18ddc92
feat: Added check for duplicate course enrollment
by scmmishra
· 6 years ago
890ce60
style: Removed trailing spaces
by scmmishra
· 6 years ago
531d276
feat: Refactored some enrollment functions
by scmmishra
· 6 years ago
b72ba41
feat: More tests
by scmmishra
· 6 years ago
bf9a10f
chore(style): Renamed a function
by scmmishra
· 6 years ago
bcfe6f0
feat: Added lms tests for student doctype
by scmmishra
· 6 years ago
92ab107
fix: Minor fix
by scmmishra
· 6 years ago
4a7e2c1
feat: Minor changes to topic tests
by scmmishra
· 6 years ago
2cec025
feat: Added test for program doctype
by scmmishra
· 6 years ago
64347a5
feat: Added test for Course Doctype
by scmmishra
· 6 years ago
75defde
fix: fixed user creation bug in student
by scmmishra
· 6 years ago
28dd4c1
feat: Added test for Topic Doctype
by scmmishra
· 6 years ago
de5f71a
fix: Showing Topic Progress
by scmmishra
· 6 years ago
3866dee
feat: Corse doctype
by scmmishra
· 6 years ago
7655292
[Major][Breaking] More changes
by scmmishra
· 6 years ago
da39da6
[Major][Breaking] Server side changes to handle Topic Layer
by scmmishra
· 6 years ago
cc7290b
[Major][Breaking] Student Class
by scmmishra
· 6 years ago
766f68a
[Major][Breaking] Modified lms.py and utils
by scmmishra
· 6 years ago
e7d52c5
[Major][Breaking] Program Enrollment Creates Course enrollment
by scmmishra
· 6 years ago
1253061
[Major][Breaking] Modified Course Doctype, added Topic based functions
by scmmishra
· 6 years ago
42f50fd
[Major][Breaking] Added Topic Layer in Course
by scmmishra
· 6 years ago
42f3c51
Removed Content Doctype
by scmmishra
· 6 years ago
6663ca1
Adding Test Utils
by scmmishra
· 6 years ago
c51f738
Refactored student creation
by scmmishra
· 6 years ago
c84a318
Student and User link for LMS added
by scmmishra
· 6 years ago
798f13b
More Improvements
by scmmishra
· 6 years ago
97c994f
create course enrollment if not already enrolled for a program
by scmmishra
· 6 years ago
cc755f6
Doctype Changes for Beta Release
by scmmishra
· 6 years ago
082e3c9
Minor Fixes: Student Enrollment
by scmmishra
· 6 years ago
1192529
Refactored lms.py, modified utils
by scmmishra
· 6 years ago
babb68d
Refactored server side code
by scmmishra
· 6 years ago
19e12ac
Minor changes to quiz doctype
by scmmishra
· 6 years ago
f9b2fb6
Fixed course and content page
by scmmishra
· 6 years ago
892b0c2
Added class functions
by scmmishra
· 6 years ago
cc166c0
Improved Client implementation
by scmmishra
· 6 years ago
c1b1a5e
Permission Changes
by scmmishra
· 6 years ago
8fa9ade
More Bug fixes UI and Permissions
by scmmishra
· 6 years ago
05e07b4
Removed unused utils functions
by scmmishra
· 6 years ago
734a746
Minor DocType changes
by scmmishra
· 6 years ago
850dfd0
Set appropriate permissions
by scmmishra
· 6 years ago
9f316a3
Permission changes
by scmmishra
· 6 years ago
0187b18
Added methods to saving Quiz attempts
by scmmishra
· 6 years ago
1a04f77
LMS: Saving Course Activity
by scmmishra
· 6 years ago
7d5e218
Modified Quiz Evaluation
by scmmishra
· 6 years ago
90722e3
Fixed Permissions for LMS User
by scmmishra
· 6 years ago
73a31ec
Added functions to query Student enrollments
by scmmishra
· 6 years ago
91aa0e0
Added class function for student enrollment
by scmmishra
· 6 years ago
f9e8e4e
Modified question.py
by scmmishra
· 6 years ago
cfc35f4
Quiz: Save responses as an object
by scmmishra
· 6 years ago
d87ca17
UI for Quiz
by scmmishra
· 6 years ago
1778b59
Started with Vue
by scmmishra
· 6 years ago
5e758ae
Minor Changes
by scmmishra
· 6 years ago
75ad128
Added LMS Settings
by scmmishra
· 6 years ago
1e1f1ad
LMS: Course Completion Status Working
by scmmishra
· 6 years ago
a8703d4
LMS: Changes to Course Activity Doctype, Course Activity Tracking Works
by scmmishra
· 6 years ago
57c77e4
LMS: Course Activity
by scmmishra
· 6 years ago
7409fe6
LMS: Quiz Eval and Max Attempts Check
by scmmishra
· 6 years ago
3574ac3
quiz_activity: add quiz activity
by Chinmay Pai
· 6 years ago
3bf71a2
Quiz Logic
by scmmishra
· 6 years ago
d133e82
Quiz Evaluation Logic
by scmmishra
· 6 years ago
4f439ec
Quiz eval utils
by scmmishra
· 6 years ago
Next »