Quiz Guide Playlist: https://www.youtube.com/playlist?list=PLgnOcaYXEY3lEkkwZPPFV0FcXtVLhnKdB
-
Configuring the default Python Interpreter (https://youtu.be/9Ou3WvXMQQU)
This video explains how to configure your default Python Interpreter. You must only do this once, and the default interpreter will be determined for all projects you create, and all Quizzes you take. If you don't perform this before your Quiz, your code may be interpreted by a different version of Python in your computer, and you may not get a full grade. Please make sure that you set your default Python interpreter as Python 3.8.6 (location may differ in different systems, refer to the Create a new project section in the Installation Guide.
-
Teaching.Codes Login (https://youtu.be/AQX5aZXDSz8)
You must make sure that you can login to your Teaching.Codes accounts before the Quiz.
-
Taking the Quiz (https://youtu.be/T1kNINEEPmI)
This video shows you how a Quiz looks like, and how you submit your solutions.
-
Problems Encountered during the Quiz (https://youtu.be/1X0weYP8dyQ)
Please watch the solutions to the problems encountered during the Quiz, so that you may take some precautions beforehand.
At the end of the video, we show you how to open question description if you can't see it via Teaching Codes. The solution in the video can sometimes give inconsistent results. So here is the updated solution:
- Right click on the html file
- Choose "Show in Explorer/Finder". This step open the folder that contains the html file.
- From the folder, open the html file.
You can find all videos inside this playlist (https://www.youtube.com/playlist?list=PLgnOcaYXEY3lEkkwZPPFV0FcXtVLhnKdB).
-
Open Grades
In order to reach your grades,
- Login to your Teaching.Codes account in PyCharm.
- Select your class (double-click your class under Navigator).
- Check out your grade under ExamResults.
To update Teaching.Codes, you need to uninstall and reinstall the Teaching.Codes plugin. Please follow these steps:
-
Download:
Windows: https://programming.cmpe.boun.edu.tr/downloads/StudentPlugin/TCPluginJetBrains_Windows.zip
Linux: https://programming.cmpe.boun.edu.tr/downloads/StudentPlugin/TCPluginJetBrains_Linux.zip
MacOS: https://programming.cmpe.boun.edu.tr/downloads/StudentPlugin/TCPluginJetBrains_MacOs.zip
If you're using MacOS, please download the .zip file using Chrome instead of Safari to avoid any issues.
-
Open PyCharm.
-
Inside PyCharm, for Windows, click File-->Settings; for MacOS, click PyCharm-->Preferences and find Plugins on the left.
-
Go into Plugins, and select the Teaching Codes JB plugin. From the right, click the arrow next to the Disable button, and select Uninstall. Select Yes if it asks for confirmation.
![Teaching.Codes Uninstall](figures/Teaching.Codes Uninstall.png)
-
When the uninstallation is complete, click OK, and then close PyCharm.
-
Apply steps 2 and 3. Go into Plugins, click the gear icon on the top, and select Install Plugin from Disk…
Navigate to the location of the zip file you've downloaded from the link above (TCPluginJetBrains_XXX.zip) and choose it.
-
After installation is complete, press the Restart IDE button appeared on the Teaching Codes plugin, or click OK, and then restart PyCharm manually.
When you restart PyCharm, the Teaching.Codes plugin may not appear on your window. Click View-->Tool Windows-->Teaching.Codes