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

Not many docs on the "ide" task type #27

Closed mikehearn closed 3 years ago

mikehearn commented 4 years ago

There's a way to teach people how to use the IDE using the "ide" task type, but the docs don't really explain this or how it's different to a theory lesson. It's not really clear to me how to write such tasks.

igalimov commented 4 years ago

Hi Mike, it's Ilnur again. We have more information regarding the different task types in our Educator Start Guide: https://www.jetbrains.com/help/education/educator-start-guide.html?section=Java#create_course.

I'm going to create an article describing our guidelines for the course creators. And of course, in this article, I'll describe in detail how to create different tasks.

You can track the progress of my work on YouTrack: https://youtrack.jetbrains.com/issue/EDU-3184.

mikehearn commented 4 years ago

Great, thanks. I guess some examples of how to teach people how to find buttons/menu items, what they do etc would be good.

igalimov commented 4 years ago

Sure, I'll add these details to our documentation. And I'll do my best to make this guide easy to understand and informative.

mikehearn commented 4 years ago

Thanks, sounds good.

igalimov commented 4 years ago

Good day @mikehearn,

I've added the information regarding IDE tasks into our documentation; please check it out: https://www.jetbrains.com/help/education/educator-start-guide.html?section=Java#create_course. It's under step 3.

igalimov commented 3 years ago

@mikehearn You can also check out our detailed guided tour around the EduTools plugin UI.