Skip to content

Commit

Permalink
Merge pull request #6 from jetbrains-academy/stephen-hero-patch-2
Browse files Browse the repository at this point in the history
Update task.md
  • Loading branch information
nbirillo authored Oct 17, 2023
2 parents ec6bf8a + 32a7316 commit c4f9615
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions courseSection/courseFrameworkLesson/theoryTask/task.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
It is an example of framework lessons.
If you create this type of lesson, the user can solve tasks step-by-step.
Initially the user see all visible files from the first task in the lesson.
Next, all changes which were made by the user in the visible files,
will be propagated to the next tasks.
This is an example of a framework lesson.
If you create this type of lesson, the user can solve tasks step by step.
Initially, the user sees all the visible files from the first task in the lesson.
Next, all changes made by the user in the visible files
will be propagated to the following tasks.

Beginning from the second lesson you can modify the visible files to be able to provide
Beginning from the second lesson, you can modify the visible files to be able to provide
students with the correct solution from the course author.
Invisible files can be modified between tasks.

**Note, you need to have the same set of the files between all tasks.**
So, it is the same for the resources folder, to avoid double-storing of images,
**Note, you need to have the same set of files between all tasks.**
Thus, it is the same for the resources folder, and to avoid double-storing of images,
you can put them into the `common` module:

<p align="center">
Expand All @@ -18,10 +18,10 @@ you can put them into the `common` module:

<div class="hint" title="How to change pictures between themes?">

You can put picture for the dark theme together with the initial one with the suffix "_dark".
In this case the plugin will use this picture if the user switched the IDE theme to the dark one:
You can put the picture for the dark theme with the suffix "_dark" together with the initial one.
In such a case, the plugin will use this picture if the user switched the IDE theme to the dark one:

<p align="center">
<img src="../../../common/src/main/resources/images/theme_example.gif" alt="Logo" width="500"/>
</p>
</div>
</div>

0 comments on commit c4f9615

Please sign in to comment.