
EDU-4 653 We further improved the support of certain Hyperskill tasks in the JetBrains Academy plugin. EDU-5815 Multiple choice tasks in Hyperskill tracks now have an option to select more than 1 answer in the IDE as well. EDU-5870 The task submissions for Codeforces problems are now shown in the IDE as expected. EDU-5862 We fixed the bug preventing new task creation in framework lessons after restarting the course. EDU-5891 You can now share your news about completed courses on Twitter. EDU-5837 We resolved the submission loading issue that occurred with the Solve in IDE functionality. Starting with this release, the readme.md file will no longer be automatically created. While this was the default behavior, many courses are designed in a way that eliminates the need for students to specifically refer to it. New functionality enables course creators to customize the course’s default view for students.In the previous course opening flow, the README file would automatically open when a student accessed the course. This task will no longer be automatically checked by the code inspection. Add the field highlight_level: NONE in the YAML file of the task. Open the configuration file task-info.yaml. To disable this functionality, follow these steps: Since this line of code does not have defined class and main methods, it will be automatically highlighted as an error for the student. Consider a Java task that showcases a content of the Java main method: ("Hello World") Disabling code highlighting for individual task filesĪs a creator, you may want to disable сode highlighting for some of the problems in your Marketplace course that contain only part of a code block. The course structure will be automatically updated to match the structure of the section-info.yaml, lesson-info.yaml, and task-info.yaml files as they exist on the disk. This release extends the functionality to allow copying tasks, lessons, and sections within a course. Before that, the author had to manually add the new task to the lesson by editing the lesson-info.yaml file. In the previous release, a feature was added to make it easier for course authors to copy tasks within a course by duplicating directories.
INSTALL FREE PLUGIN Enhanced course structure management: easy copying of sections, lessons, and tasks
To check out the latest improvements, install the JetBrains Academy plugin, or update it to the latest version from Settings ( Preferences for macOS) | Plugins in your JetBrains IDE. We’ve also made more than 20 bug fixes and improvements across the entire plugin, from Codeforces solution submissions to matching problems for JetBrains Academy and Hyperskill. You can now easily сustomize course structures, task сode highlighting, and the default course opening view. This release is packed with new features for course creators.