Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 969 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 969 Bytes

#Moodle Block Scratch Pad is based on rough work concept.

Move and rename the folder as your_moodle_folder/blocks/scratch_pad/

alt tag alt tag alt tag

To update the block design

  1. Add this is in /theme/your_theme/renderers.php require_once('renderers/block_scratch_pad_renderer.php');

  2. Create the block_scratch_pad_renderer.php in /theme/your_theme/renderers/

  3. Override your code as per as your neeed

dirroot . "/blocks/scratch_pad/renderer.php"); class theme_thmemeFolderName_block_scratch_pad_renderer extends block_scratch_pad_renderer { public function html() { // your code } }