Add the possibility to add a resource to a Cooperation in two ways: by duplicating or linking
Add the possibility for a user to add a resource only once as a link and multiple times as a copy of the current resource.
[ ] If the checkbox 'Make a copy of the selected lesson/quiz/attachment' is not checked, the user can add resources that have not been added before as a link:
[ ] If the checkbox 'Make a copy of the selected lesson/quiz/attachment' is checked, all resources become available to add, and the user can add a copy of these resources as many times as they want:
[ ] Add isDuplicate=true if the resource is added as a copy. If the resource was added as a link, the isDuplicate field should not be included.
Add the possibility to add a resource to a
Cooperation
in two ways: by duplicating or linkingAdd the possibility for a user to add a resource only once as a link and multiple times as a copy of the current resource.
[ ] If the checkbox '
Make a copy of the selected lesson/quiz/attachment
' is not checked, the user can add resources that have not been added before as a link:[ ] If the checkbox '
Make a copy of the selected lesson/quiz/attachment
' is checked, all resources become available to add, and the user can add a copy of these resources as many times as they want:[ ] Add
isDuplicate=true
if the resource is added as a copy. If the resource was added as a link, theisDuplicate
field should not be included.