Make Teams Student Project Public/Forkable?

I’d like to make a student project submission visible to other members of the team to see if they can fix the error based on the debug message. What’s the easiest way to do that?

The easest would probly be to copy and paste their code into a new project and publish it.

1 Like

I was afraid that was the only answer. If only we could fork it within the team?

I dont think so but let me check.

You can fork it but I dont think all student would be able to view it. Only that one student

Understood. What I did was make a new project and put each student’s code in a separate named .js file (Angel.js). Students copy that code and then paste it into script.js to debug, and then duplicate script.js to become Angel-done.js and then move to the next one.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.