Details
Description
SQL for fetching detailed question marks is a seperate query than main query to fetch attempts. But there is a kind of a hack to be able to sort attempts by question grade. Simplified code by moving all querying for question grades into main attempts sql query.
This change has introduced a regression when there are more than 29 questions in the quiz. Please see
MDL-15092for details.MDL-15092for details.