formatting issue with khan academy exercise
See original GitHub issueSummary
question is partially obscured by input box
System information
- Version: Kolibri 0.4.0alpha4.dev25
- Operating system: OSX
- Browser: Chrome
How to reproduce
Khan Academy EN Channel: 1ceff53605e55bef987d88e0908658c5
‘Add within 5’ exercise: 0fe99d22381457cbbff1f3d3dac4fbf3
Screenshots
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (11 by maintainers)
Top Results From Across the Web
Why am I getting the problem wrong when entering the correct ...
The first issue is related to formatting your answer, so double-check this article to make sure the answer entered matches the formatting. This ......
Read more >Writing and Language Test: The Format - Khan Academy
An explanation of how the questions are formatted on the SAT Writing and Language Test.
Read more >Italics, underlines, and quotation marks - Khan Academy
Introduction to parentheses · Arts and humanities>. Grammar>. Punctuation: the colon, semicolon, and more>. Formatting styles. © 2022 Khan Academy.
Read more >Update: New Assignments and Mastery information on ...
Khan Academy is excited to announce a set of new features that we hope give you more insight into your Mastery progress, and...
Read more >Getting started with Khan Academy (article)
Khan Academy has thousands of articles, practice problems, and videos to help ... There are exercises, quizzes, and unit tests in each unit,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would look for clues in the unscoped styles of the perseus renderer plugin: https://github.com/learningequality/kolibri-exercise-perseus-plugin/blob/master/kolibri_exercise_perseus_plugin/assets/src/views/index.vue#L421
As noted in https://github.com/learningequality/kolibri-exercise-perseus-plugin/issues/16 we should really not be doing any of that, and my guess is that’s causing the breakage.
It is not impossible to go in and hack our way through the perseus source code, I have done it myself here: https://github.com/learningequality/kolibri-exercise-perseus-plugin/blob/master/kolibri_exercise_perseus_plugin/webpack.config.js#L19 in order to change the path of the Khan Academy
throbber.gif
.However, I am reluctant to use that except as a last resort strategy. Given that within KA, it is possible to make these things render properly without messing with the styling applied, I assume if we apply the right sort of things to the external CSS, we may be able to produce the desired result.
Did you have any luck with applying some of these styles? https://github.com/Khan/perseus/blob/master/stylesheets/local-only/khan-exercise.css
To start with, you could try applying the entire style sheet, and then pare it back.