History on a Teams assignment prior to setting

A new assignment task is created in a team. A few lines of code have been added (to check the tests setup are functional) and then deleted. Obviously now the repl has a history. Now, when students start that assignment, a fork is taken.

My question is, is the history wiped at that point for new forks that are created? Naturally I don’t want students to be able to see the history of the setup of the assignment, with me adding then deleting code.

Thanks in advance.

Hi @SteveRich !
I have tested it and no history is retained.
You see, when a fork of a repl is created, it retains the code and files, but loses things like Secrets, ReplitDB, and History.
The History is wiped clean, so it should say ‘This file has no history’.
If this answers your question, you can mark this post as a Solution.

2 Likes

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