Moodle

Perhaps use styles to differentiates totals columns

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9
  • Fix Version/s: 1.9
  • Component/s: Gradebook
  • Labels:
    None
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

Description

It's always nice when we find we have time to look at how things appear; hopefully it's a sign that we're beyond the really nasty bugs. So this is about appearance ... which does matter.

We are of the view that the bold green and blue styles applied to Group and Overall averages is effective in setting these rows apart from the rows of students data. We are now suggesting that we might take a similar approach to the appearance of Category and Course totals.

In the attached we would suggest that the formative average and summative average could be shown as bold green and the course average as bold blue.

What do you think?

Activity

Hide
Martin Dougiamas added a comment -

I've added CSS hooks to these columns and made them bold (only) by default.

You can make them any colour you need to in your own theme:

.grade-report-grader .gradestable td.cat,
.grade-report-grader .gradestable td.course {
font-weight: bold;
}

Show
Martin Dougiamas added a comment - I've added CSS hooks to these columns and made them bold (only) by default. You can make them any colour you need to in your own theme: .grade-report-grader .gradestable td.cat, .grade-report-grader .gradestable td.course { font-weight: bold; }

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: