--- modules/damieng/clean_xml/loncapa.xsd 2015/04/30 17:45:22 1.5 +++ modules/damieng/clean_xml/loncapa.xsd 2015/04/30 20:43:16 1.6 @@ -1398,11 +1398,9 @@ This attribute contains what is displayed when the problem is in "Show Answer" mode. - You will want to use it so that the students can see the correct answer after - the "Show Answer Date" configured when the problem is assigned in the course space. + You will want to use it so that the students can see the correct answer after the "Show Answer Date" configured when the problem is assigned in the course space. - This is usually the name of a Perl string variable (starting with '$') - created in a Perl script before the response. + This is usually the name of a Perl string variable (starting with '$') created in a Perl script before the response. @@ -5216,7 +5214,13 @@ - + + + + Option to force the math rendering for this element. + + + @@ -6596,28 +6600,28 @@ - Bold + The HTML <b> Element represents a span of text stylistically different from normal text, without conveying any special importance or relevance. It is typically used for keywords in a summary, product names in a review, or other spans of text whose typical presentation would be boldfaced. Another example of its use is to mark the lead sentence of each paragraph of an article. - Italic + The HTML <i> Element represents a range of text that is set off from the normal text for some reason, for example, technical terms, foreign language phrases, or fictional character thoughts. It is typically displayed in italic type. - Superscript + The HTML Superscript Element (<sup>) defines a span of text that should be displayed, for typographic reasons, higher, and often smaller, than the main span of text. - Subscript + The HTML Subscript Element (<sub>) defines a span of text that should be displayed, for typographic reasons, lower, and often smaller, than the main span of text.