-
Notifications
You must be signed in to change notification settings - Fork 167
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
Mobile Missions Workspace #1662
Conversation
…ded the mobile version of the AssessmentWorkspace.
…ded the mobile version of the AssessmentWorkspace.
b7b47b2
to
505d8e2
Compare
…mission workspace control bar style
fe1bbac
to
9dae804
Compare
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.
Note: I'm accessing with android on Chrome
Editor
- Works fine for me
MCQChooser
- Working as intended
Autograder
- Working mostly as intended? (Look below for details)
Question navigation buttons
- Works similar to desktop version
Missions/Quests/Paths/etc.
- Missions
- Const test provided doesn't work. However, it seems that the other mission's test cases work as intended.
- Overflows in curve introductions.
code overflows and the picture too.
- Quests
- There aren't many testcases to try. However, all the quests seems to be working as intended. Those with testcases work normally. The tone matrix works on mobile as well. Quests which uses video on mobile works but the ratio seems to be a bit off? Feels like my face is fatter on mobile 😞, could be the camera or maybe I'm holding the camera closer to my face.
- Paths
- Works fine
- Comments are showing as intended
- Test cases works
- repl working as intended
listing pages at academy/*
- Works ok
Suggestions
Maybe show the repl when running the testcases as well, since there are things getting printed in the repl (and might help debug). Usually when click run in editor, the repl will popup. But when click run for testcases, the repl does not pop up.
Description
academy/*
Note:
showOverlay
state is not updated after being rendered by Jest. It works as per normal on the browser.Type of change
How to test
academy/*
Checklist