MDL-16632 "green highlighting should not be applied to grading method in quiz responses report form" Ooops. We do need highlighting on the reponses report. The responses page does have a grade displayed that needs highlighting. I was looking at an ungraded quiz. Need highlighting to highlight grade of graded attempt.

Reverted earlier patch and instead using a different colour for highlighting graded grade. Now using light yellow with a darker yellow border instead of green which is used in reports to highlight the correct answer.
This commit is contained in:
jamiesensei 2008-09-24 08:55:46 +00:00
parent dae7b4f606
commit 01e6f9e9e4

View File

@ -1084,7 +1084,10 @@ table.quizreviewsummary td.cell {
#mod-quiz-report .dubious{
background-color: #fcc;
}
#mod-quiz-report .highlight{
border :medium solid yellow;
background-color:lightYellow;
}
/***
*** Modules: Resource
***/