General Changes
diff --git a/erpnext/config/education.py b/erpnext/config/education.py
index b845537..2553c26 100644
--- a/erpnext/config/education.py
+++ b/erpnext/config/education.py
@@ -197,6 +197,10 @@
 				},
 				{
 					"type": "doctype",
+					"name": "Question"
+				},
+				{
+					"type": "doctype",
 					"name": "Instructor"
 				},
 				{
@@ -206,6 +210,19 @@
 			]
 		},
 		{
+			"label": _("LMS Activity"),
+			"items": [
+				{
+					"type": "doctype",
+					"name": "Course Enrollment"
+				},
+				{
+					"type": "doctype",
+					"name": "Course Activity"
+				}
+			]
+		},
+		{
 			"label": _("Settings"),
 			"items": [
 				{