JetBrains / educational-plugin

Educational plugin to learn and teach programming languages such as Kotlin, Java, Python, JavaScript, and others right inside of JetBrains IntelliJ Platform based IDEs.
https://jetbrains.com/edu-products
Apache License 2.0
151 stars 51 forks source link

Section learning #23

Closed alfianyusufabdullah closed 5 years ago

alfianyusufabdullah commented 5 years ago

Can i put section inside section? like this

--Kotlin First ----Example -------Example 1 -------Example 2 ----Exercise -------Exercise 1 -------Exercise 2

Geravant commented 5 years ago

@alfianyusufabdullah Hi! Unfortunately, we do not support nested sections and we are not planning to. But your structure fits in the Section -> Lesson -> Task model like this: --Kotlin First (Section) ----Example (Lesson) -------Example 1 (Task) -------Example 2 (Task) ----Exercise (Lesson) -------Exercise 1 (Task) -------Exercise 2 (Task) Does it help?

alfianyusufabdullah commented 5 years ago

Thanks @Geravant ! saved my day