Added Student Batch Name & Batch Creation Tool in Schools Module.
diff --git a/erpnext/config/schools.py b/erpnext/config/schools.py
index 41a8e71..688d118 100644
--- a/erpnext/config/schools.py
+++ b/erpnext/config/schools.py
@@ -48,6 +48,10 @@
 				{
 					"type": "doctype",
 					"name": "Program Enrollment Tool"
+				},
+				{
+					"type": "doctype",
+					"name": "Batch Creation Tool"
 				}
 			]
 		},
@@ -65,6 +69,19 @@
 				},
 				{
 					"type": "doctype",
+					"name": "Scheduling Tool"
+				},
+				{
+					"type": "doctype",
+					"name": "Student Batch Attendance Tool"
+				}
+			]
+		},
+		{
+			"label": _("Assessment"),
+			"items": [
+				{
+					"type": "doctype",
 					"name": "Assessment"
 				},
 				{
@@ -73,11 +90,7 @@
 				},
 				{
 					"type": "doctype",
-					"name": "Student Batch Attendance Tool"
-				},
-				{
-					"type": "doctype",
-					"name": "Scheduling Tool"
+					"name": "Grading Structure"
 				}
 			]
 		},
@@ -134,6 +147,10 @@
 				},
 				{
 					"type": "doctype",
+					"name": "Student Batch Name"
+				},
+				{
+					"type": "doctype",
 					"name": "Student Category"
 				},
 				{