-
Notifications
You must be signed in to change notification settings - Fork 528
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
Fix #456: Improvised bullet code #490
Conversation
Code looks good to me. I have one concern in this screenshot why always 2nd option is improper. |
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.
LGTM nice work.
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.
Implementation LGTM (@mschanteltc suggestion... bullet design can be improvised )
For the content in the blue box, can we indent just the text that is bullet pointed by 32 px? It would look similar to how the Content Card is formatted. For the submitted answer, let's have the text be aligned to the left. The size of the box will depend on which answer's text is the longest. It should look like this answer on the Question Player. Remember that answers in the Exploration Player will format user's responses differently by having the box on the right side. |
@mschanteltc one thing that confuses me about how we format this for the question player: learners also receive feedback for answers in the question player. Shouldn't we have the same left/right alignment to indicate the back-and-forth conversation flow? @seanlip as well in case I'm missing something with questions. |
I think the idea is that explorations are meant to be a "conversation", whereas questions don't really have that sense -- so the UI is a little different. But if it's hard to do that, it doesn't matter so much I think. |
I understand the product side, but I don't understand how the UI can represent that per the current mocks. Questions have feedback for answers, so it needs to be conversational. The current mocks assume that there isn't feedback for answers to questions, but the current questions structures do have feedback. |
If a user does get a problem incorrect in the Question Player, the feedback should be short like in this mock. For the Exploration Player, feedback should be more explanatory while the Question Player provides smaller hints or prompts them to "try again." |
Thanks @mschanteltc. @rt4914 deferring this review until the changes Chantel requested are done. |
@mschanteltc Please check these screenshots |
@BenHenning As mentioned in #494 the bullets were not correct in MDPI device. So I have updated the code. The only concern is that the |
@BenHenning I have added y-offset to bullets to make it look more aligned with text. |
Explanation
This PR tries to improvise on bullets in HtmlParser
Checklist