Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 77266cb

Browse files
authored
Update course-structure.qmd
1 parent e842951 commit 77266cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/tutorials/course-structure.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Vous pouvez toutefois [vous référez à la version anglaise](https://docs.sspcl
2929

3030
5. **Interactive Exercises**: Include exercises at the end of each module. Encourage learners to modify the code, test different inputs, and debug any errors they encounter.
3131

32-
You can display solutions for exercises in two ways: either by creating separate files - one for exercises and another one for solutions - or by embedding the solution directly within the course using the following snippet of code:
32+
Tip : :bulb: You can use the following HTML snippet within the notebook to hide the solution. These tags create collapsible sections that the user can expand or hide by clicking on them.
3333

3434
```markdown
3535
<details>
@@ -50,4 +50,4 @@ Content of the solution
5050
7. **Progressive Difficulty**: 📈 Start with basic concepts and gradually introduce more advanced topics, allowing learners to build their skills step by step. This scaffolding approach ensures that students aren’t overwhelmed but are constantly challenged.
5151

5252

53-
:::
53+
:::

0 commit comments

Comments
 (0)