Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update task.md #6

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading