Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
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
- All
- Comments
- History
- Activity
- Source
- Test Sessions