We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block #1049
This task involves updating the quizzes collection in the database. Specifically:
quizzes
resourceType
availability
quiz
Analyze Data:
Update quizzes:
"quizzes"
Testing:
attachments
The text was updated successfully, but these errors were encountered:
PavloButynets
Successfully merging a pull request may close this issue.
Block #1049
Description
This task involves updating the
quizzes
collection in the database. Specifically:resourceType
field to documents in thequizzes
collection if it does not already exist.availability
field from thequizzes
collection.resourceType
value fromquizzes
toquiz
according to the values in RESOURCES_TYPES_ENUMTasks
Analyze Data:
resourceType
field and removing theavailability
field from thequizzes
collection does not affect dependent functionality.Update
quizzes
:quizzes
collection:resourceType
field exists.resourceType
field does not exist:"quizzes"
or other relevant value).availability
field from the document.resourceType
value fromquizzes
toquiz
Testing:
resourceType
field is added to documents in thequizzes
collection where it was missing.availability
field is removed from all documents in theattachments
collection.The text was updated successfully, but these errors were encountered: