blumilksoftware / interns2024b

Quiz application made by interns.
0 stars 0 forks source link

Change quiz title when creating a copy in CRUD #92

Open JokeUrSelf opened 1 week ago

JokeUrSelf commented 1 week ago

When making a copy of a quiz, create it in the next format: {initialName} ({incrementedNumber}) Example: When original quiz has a title "MyQuiz" the copy would have a name "MyQuiz (1)" Once you create another copy of "MyQuiz", it would have a title"MyQuiz(2)"