Files
edx-platform/lms
David Ormsbee 691472e475 [feat]: Don't use Mathjax if an HTMLBlock has no math. (#26478)
Mobile apps load HTML (and other) XBlocks individually using the
render_xblock endpoint. This is an attmept to reduce the number
of requests and JS processing needed to do so by detecting when
we have math content in HTMLBlocks and only adding the Mathjax
resources when necessary.

This is controlled by the "courseware.optimized_render_xblock"
CourseWaffleFlag. For maximum safety, we currently only optimize
in this way when directly hitting HTMLBlocks, and not for
ProblemBlock or VerticalBlock.

This was made as part of edX's Hackathon XXV.
2021-02-11 13:31:17 -05:00
..
2021-02-08 16:08:01 +05:00
2021-02-02 12:52:24 +05:00
2021-01-06 08:15:35 -05:00
2021-02-02 12:52:24 +05:00
2021-02-02 12:52:24 +05:00
2021-02-02 12:52:24 +05:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.