Writing Problem Descriptions and Instructions
You can write descriptions, instructions, and insert images related to programming practice problems.
Writing Problem Descriptions and Instructions
- Click on the pencil icon for editing materials in the left navigation bar.
- Write related content in the Markdown editor under the description and instruction section in the left panel and insert images.
- When you create a code block with Markdown, a 'Copy' button will appear so that students can easily copy and utilize the contents within the code block.
- You can refer to the frequently used Markdown syntax below.
- After completing the writing of the problem description and instructions, click the 'Save' button at the bottom right to save your content.
# Frequently Used Markdown Syntax
bold : **text**
bullet point : -text
font size : #text > ##text > ###text
code block : `text`
multi-line code block : ```enter text enter```
*** Click the last eye icon to preview ***