-
Notifications
You must be signed in to change notification settings - Fork 6
Assistant Mode
Assistant Mode currently includes downloading student submissions.
To enable it, find Assistant Mode from the A+ menu, and switch it on.
Two new buttons will appear above the assignments tree, the person icon is for selecting a student, and the right-most icon is for downloading submissions.
Press the Select Student button to see the list of students. This list gets automatically updated every time you open IntelliJ, but if it's missing a student, you can manually refresh it.
You can search the students' names and student IDs by typing. After typing the student's name, press Enter on your keyboard or the OK button to select the student.
If you want to see your own submissions again, don't select a student in the list and press OK.
After selecting a student, the plugin refreshes the assignment tree, and you can see the student's submissions.
To download a submission, select a submission from the tree, and press the download button. You can see the ID of the submission in parenthesis in the tree. Students can give you the ID so you can find the submission easily. You can search for it like you searched for the student.
A dialog opens up after pressing the button. It has a list, where you can select the module (it tries to find the right module, but uses the language defined in your project, so the module might be the wrong language for some exercises). You can also choose the name for the module that gets downloaded in the text field. The default name contains the submission ID and module name.
When you press OK, it installs a new copy of the module and the submission files, and then it opens the submission files.