Write problem description and instructions

You can write descriptions, instructions, and insert images for programming practice problems.

Writing Problem Descriptions and Instructions

  1. Click on the pencil icon, the data modification icon, in the left navigation bar.

  2. Write the text related to the problem in the Markdown editor of the Description and Instruction section in the left panel, and insert images if necessary.

    • When you create a code block in Markdown, a 'Copy' button appears so that students can easily copy the contents inside the code block.

    • You can refer to the frequently used Markdown syntax in the following content.

  3. After completing the writing of problem descriptions and instructions, click the 'Save' button in the bottom right corner to save the content.

# Frequently Used Markdown Syntax
bold: **text**
bullet point: -text
font size: #text > ##text > ###text
code block: `text`
multiple lines of code block: ```enter text enter```

***Click on the last eye icon to preview.***

Last updated