diff --git a/main/mySpace/myStudents.php b/main/mySpace/myStudents.php index bb67d18681..8a6fd2ee54 100644 --- a/main/mySpace/myStudents.php +++ b/main/mySpace/myStudents.php @@ -647,7 +647,7 @@ if(!empty($_GET['student'])) $sqlExercices = " SELECT quiz.title,id FROM ".$a_infosCours['db_name'].".".$tbl_course_quiz." AS quiz - WHERE active='1' + WHERE active='1' ORDER BY quiz.title ASC "; $resultExercices = api_sql_query($sqlExercices);