Code formatting in UoPeople Moodle
2 min readJun 20, 2020
There are two ways of showing your code in formatted style in UoPeople Moodle.
- HTML Ways
- Advanced Editor
The best way is HTML way. Here are hows:
Reply > Advanced
Click icon:Show advanced buttons > icon:HTML
Add your code between HTML tags: <pre> </pre>
Click < > Icon again. You will see formatted code.
Note:
- Don’t not append your code in Formatted Mode. Append your code in HTML mode.
This is HTML mode.
This is Formatted Mode.
Why?
Because you will experience unformatted ugly styles after you post to forum.
Like this:
Or, like this:
Second way is using Advanced Editor.
Select your code.
Click icon: Show Advanced > icon: A > Pre-formatted
And, this happens:
But I don’t recommend this way. Because sometimes it will appear unformatted after you posted it to forum.