How can I comment on a student project?
In the classroom Progress tab, click on View Projects & Showcase.
Click the projects tab.
Click the project card of the project you want to open.
Click to edit/remix he project.
Commenting depends on the type of coding you are doing.
For Tynker Block Projects: Under the Event Block category there is a code notes and comment block that can be added without affecting a students code.
For Python Type a # sign on one of the command lines and any text following will not affect a students code.
For JavaScript: Type two forward slash characters (//) and any text following will not affect a students code.
For HTML/CSS: Start the comment with and any text in between will not affect a students code.
For Java Start the comment with /* and end it with */ and any text in between will not affect a students code.
For p5js Start the comment with began a comment with //
Save the project.
In order to return the project to the student, you can:
Reassign it to them:
Go to My Projects page.
Each project has an assign button that will allow you to assign it to an individual student.
Send them the URL:
Send the student the URL.
They will be able open the edited project.