Moodle

Increase line-height (line spacing) in assigment module

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: 1.6.2
  • Fix Version/s: None
  • Component/s: Assignment
  • Labels:
    None
  • Environment:
    any
  • Database:
    Any
  • Affected Branches:
    MOODLE_16_STABLE

Description

Increase the line spacing in file.php of the assignment module.

Long pages of html text are made more readable with a little spacing. It does not have to look good, just be easily readable, and there is no paper to waste.

I use
echo ' <div STYLE="line-height: 160%">';
print_simple_box(format_text($submission->data1, $submission->data2), 'center', '100%');
echo'</div>';

Or please make it theme changable.

Teachers spend a lot of time looking at the assignment page.

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated: