#Moodle Block Scratch Pad is based on rough work concept.
Move and rename the folder as your_moodle_folder/blocks/scratch_pad/
To update the block design
-
Add this is in /theme/your_theme/renderers.php require_once('renderers/block_scratch_pad_renderer.php');
-
Create the block_scratch_pad_renderer.php in /theme/your_theme/renderers/
-
Override your code as per as your neeed