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": [
 				{
diff --git a/erpnext/education/doctype/content/content.json b/erpnext/education/doctype/content/content.json
index 35db445..1d3221f 100644
--- a/erpnext/education/doctype/content/content.json
+++ b/erpnext/education/doctype/content/content.json
@@ -1,5 +1,6 @@
 {
  "allow_copy": 0, 
+ "allow_events_in_timeline": 0, 
  "allow_guest_to_view": 0, 
  "allow_import": 1, 
  "allow_rename": 1, 
@@ -249,7 +250,7 @@
    "bold": 0, 
    "collapsible": 0, 
    "columns": 0, 
-   "fieldname": "quiz", 
+   "fieldname": "questions", 
    "fieldtype": "Table", 
    "hidden": 0, 
    "ignore_user_permissions": 0, 
@@ -261,7 +262,7 @@
    "label": "Questions", 
    "length": 0, 
    "no_copy": 0, 
-   "options": "Question", 
+   "options": "Content Question", 
    "permlevel": 0, 
    "precision": "", 
    "print_hide": 0, 
@@ -480,7 +481,7 @@
  "issingle": 0, 
  "istable": 0, 
  "max_attachments": 0, 
- "modified": "2018-10-08 14:15:06.001140", 
+ "modified": "2018-10-15 14:36:42.894519", 
  "modified_by": "Administrator", 
  "module": "Education", 
  "name": "Content",