Nice Printouts (No headings etc.)

Nice Printouts (No headings etc.)

by lucia liljegren -
Number of replies: 2

Hi,

I'm hoping there is a quick solution to this. I (and some students) would like to be able to print out 'quizzes' (which I set up to help teach rather than test.)  These can be kept in notebooks. Unfortunately, the default printing for moodle includes headers and sidebar-- as shown below. We would all prefer to print out the 'quiz' only, outlined in red below.  Do you have suggestions for accomplishing this. (I'm sure it can be done in css, but I have no idea where to find the stylesheet that gets called-- so if editing that is the solution, please let me know how to find the stylesheet!)

Thanks, Lucia

What I want to print!


Average of ratings: -
In reply to lucia liljegren

Re: Nice Printouts (No headings etc.)

by Itamar Tzadok -

Check out the docs at https://docs.moodle.org/dev/Print_style.

If you cannot adjust the theme accordingly you can try including the style sheet from within the question text with <link type="text/css" rel="stylesheet" ...></link> tag, or add to the question text inline css with the <style>...</style> tag.

hth smile

Average of ratings:Useful (1)