-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
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
New Quiz LTI labeling #2999
base: master
Are you sure you want to change the base?
New Quiz LTI labeling #2999
Conversation
refs: MBL-17960 affects: Student, Teacher, Parent release note: none test plan: See PR description
Affected Apps: Student, Teacher, Parent
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Core/Core/Assignments/AssignmentDetails/AssignmentDetailsView.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on iPhone & iPad iOS 18, I was able to see the new labeling reflected as described in the PR description. Beside button is showing the correct label on all details screens of Quiz.
One issue through, is that questions count label doesn't show on Assignments screen. And it shows count 0 for new quizzes on Quizzes screen.
It is not displayed for Classic Quizzes either, so I would consider it a separate feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got confused with what's shown on the Figma file. If time permits, let's fix the count number issue on Quizzes screen. So, to match with what we have for old quizzes.
Approving so not to block the merge.
Sorry, I overlooked this one in your previous comment. You're right, zero is not good here. |
refs: MBL-17960
affects: Student, Teacher, Parent
release note: none
What's new
New Quizes should look like quizes, see ticket for details.
Also updated at some additional places:
What's not changed
users/self/activity_stream
doesn't provide detailshtml_url
which containsassignmentID
, seeActivityStreamViewController
planner/items
doesn't provide detailsplannable_id
whenplannable_type
isassignment
, seePlannable.iconImage
Test plan
TODO:
--- edit or delete this section ---
Screenshots
Checklist