Commit Graph

149 Commits

Author SHA1 Message Date
Jannat Patel
d6aad6cd74 Merge branch 'main' into 644 2023-10-26 14:45:56 +05:30
Jannat Patel
d0b236e381 fix: translations 2023-10-20 11:08:10 +05:30
Jannat Patel
3f7d1b1e83 feat: add questions from LMS Portal 2023-10-19 22:15:30 +05:30
Jannat Patel
52cde329c1 Merge branch 'quiz-refactor' of https://github.com/pateljannat/lms into quiz-refactor 2023-10-18 23:21:57 +05:30
Jannat Patel
68b2dd6147 feat: quiz question from UI 2023-10-18 23:21:49 +05:30
Jannat Patel
5fa0d022dc Merge branch 'main' into quiz-refactor 2023-10-18 15:47:58 +05:30
Jannat Patel
f1b791845b Merge pull request #651 from pateljannat/editorjs-para
chore: bumped down paragraph plugin of editor js
2023-10-18 11:58:26 +05:30
Jannat Patel
6310845cdd chore: bunped down paragraph plugin of editor js 2023-10-18 11:47:15 +05:30
Jannat Patel
0111ff9c99 feat: quiz marks and passing percentage 2023-10-17 20:06:04 +05:30
Tunde Akinyanmi
038a7463e1 update get_neighbours to use LessonBookmark and
return the correct bookmark string
2023-10-13 18:39:11 +01:00
Tunde Akinyanmi
a702909216 add LessonBookmark which is a data structure that
represents a bookmark.

While the underlying data structure is a tuple, it makes it easy to
abstract most of the logic we need and therefore allow the code to be
more readable.
2023-10-13 18:32:15 +01:00
Jannat Patel
a0255e1743 feat: send email to batch students 2023-10-11 12:58:07 +05:30
Jannat Patel
7b570420ca fix: content collapse 2023-10-04 11:07:01 +05:30
Jannat Patel
681dc8fbc1 fix: pdf rendering in lessons 2023-10-03 16:09:11 +05:30
Jannat Patel
277c089adc feat: audio in lessons 2023-10-03 13:33:59 +05:30
Jannat Patel
bf3c6bc6be test: change lesson sequence 2023-09-28 10:39:30 +05:30
Jannat Patel
db71f1271b feat: editor js for instructor notes 2023-09-27 17:59:36 +05:30
Jannat Patel
8e59c10b90 Merge pull request #610 from pateljannat/ins-notes
fix: instructor notes
2023-09-25 09:39:45 +05:30
Jannat Patel
1a07021bbf fix: quiz list in lesson page 2023-09-12 18:03:56 +05:30
Jannat Patel
6ab4f15d0c feat: publish batches 2023-09-12 15:09:13 +05:30
Jannat Patel
a9bd01b34e fix: instructor notes 2023-09-01 23:14:58 +05:30
Jannat Patel
ffd9d56896 feat: embed pdf 2023-08-31 23:29:56 +05:30
Jannat Patel
833e714a1f feat: embeds in lesson 2023-08-31 21:33:09 +05:30
Jannat Patel
2a0636b32b fix: field descriptions 2023-08-31 11:58:08 +05:30
Jannat Patel
677dc59399 feat: instructor notes 2023-08-31 11:49:51 +05:30
Jannat Patel
db408b21d2 chore: resolve conflicts 2023-08-30 14:38:18 +05:30
Jannat Patel
018c26b885 fix: course enrollment 2023-08-29 22:25:40 +05:30
Jannat Patel
b940ddca25 fix: batch ui and ux 2023-08-29 09:55:40 +05:30
Jannat Patel
27101ffd31 fix: renamed class to batch 2023-08-28 10:59:52 +05:30
Jannat Patel
c350ce1b60 fix: replaced batch references 2023-08-26 15:44:19 +05:30
Jannat Patel
09dbe0fed7 fix: replaced instances of batch to batch_old 2023-08-26 15:28:03 +05:30
Jannat Patel
b8b32681bf refactor: renamed batch and membership doctypes 2023-08-25 14:46:11 +05:30
Jannat Patel
ea27acc683 Merge branch 'main' of https://github.com/frappe/lms into paid-courses 2023-08-10 13:33:44 +05:30
Jannat Patel
5d0a50242e fix: progress marking for normal content 2023-08-09 12:37:56 +05:30
Jannat Patel
141a778c9a chore: resolved conflicts 2023-08-09 11:49:00 +05:30
Jannat Patel
6e47b4a941 test: fix discussions test 2023-08-09 10:53:52 +05:30
Jannat Patel
47e254ed9b fix: flow UI and quiz progress 2023-08-07 21:17:23 +05:30
Jannat Patel
79d9f31db7 feat: paid courses 2023-08-02 18:08:42 +05:30
Jannat Patel
845b906851 feat: redirection from class flow 2023-08-01 18:02:02 +05:30
Jannat Patel
7dfcabde5e chore: resolved conflicts 2023-07-26 11:00:27 +05:30
Jannat Patel
1862d726ad fix: telemetry 2023-07-25 17:15:56 +05:30
Jannat Patel
d763dba204 discussions in class 2023-07-11 19:29:30 +05:30
Jannat Patel
b286daad16 feat: show and hide quiz answers 2023-07-04 19:42:12 +05:30
Jannat Patel
7d18e1d928 fix: quiz max attempts 2023-06-21 20:11:30 +05:30
Jannat Patel
da72513f6a feat: quiz in classes 2023-06-20 20:12:10 +05:30
Jannat Patel
b1ab7e7783 fix: removed unnecesary comments 2023-06-16 13:44:55 +05:30
Jannat Patel
35c080fcc2 fix: quiz dialog display 2023-06-16 13:08:49 +05:30
Jannat Patel
5fffe51c4e fix: quiz in lessons 2023-06-15 11:18:17 +05:30
Jannat Patel
d644ee7ccd Merge branch 'main' of https://github.com/frappe/lms 2023-06-14 14:39:49 +05:30
Jannat Patel
08e3278ca0 feat: track visit on lesson page 2023-06-14 14:39:14 +05:30