Redesign Assessment Module
diff --git a/erpnext/config/schools.py b/erpnext/config/schools.py
index 366810d..581b520 100644
--- a/erpnext/config/schools.py
+++ b/erpnext/config/schools.py
@@ -120,7 +120,15 @@
 				},
 				{
 					"type": "doctype",
-					"name": "Grading Structure"
+					"name": "Assessment Result"
+				},
+				{
+					"type": "doctype",
+					"name": "Grading Scale"
+				},
+				{
+					"type": "doctype",
+					"name": "Evaluation Criteria"
 				}
 			]
 		},