fix: sider
diff --git a/erpnext/education/utils.py b/erpnext/education/utils.py
index 9d5653c..9db8a4a 100644
--- a/erpnext/education/utils.py
+++ b/erpnext/education/utils.py
@@ -245,7 +245,7 @@
 	return {
 		'questions': questions,
 		'activity': {'is_complete': status, 'score': score, 'result': result, 'time_taken': time_taken},
-			'is_time_bound': quiz.is_time_bound,
+		'is_time_bound': quiz.is_time_bound,
 		'duration': quiz.duration
 	}