Formula: When the answer box is within the equation (not at the end)

Formula: When the answer box is within the equation (not at the end)

Ahmad Amer發表於
Number of replies: 5

Salam Alykom,

In the attached question, the answer box is within the equation (NOT at the end).

 I tried many times but it did not work.


附件 Screen Shot 2020-08-24 at 10.38.20 AM.png
評比平均分數: -
In reply to Ahmad Amer

Re: Formula: When the answer box is within the equation (not at the end)

Dominique Bauer發表於
Documentation writers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片

You can easily insert variables into equations, but to my knowledge, you cannot insert an input box.

So do it the same way. Simply add some space to the exponent with \hspace{} and position the input box as required.



\(\large{ \dfrac{{a}^{{n1}}\times {a}^{\hspace{25px} + {n2}}}{{a}^{{n3}}} = {a}^{{n4}}}\)
<div style="display:inline-block; position:relative; font-size:80%; font-family:'Times New Roman'; left:-104px; top:-22px;">{_0}</div>
評比平均分數:Useful (1)
In reply to Dominique Bauer

Re: Formula: When the answer box is within the equation (not at the end)

Dominique Bauer發表於
Documentation writers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片
I also suggest that you follow the recommendations of the International System of Units (see the SI brochure ↗) when writing the multiplication of numbers, i.e. to use \times, not \cdot:


評比平均分數:Useful (1)
In reply to Dominique Bauer

Re: Formula: When the answer box is within the equation (not at the end)

Ahmad Amer發表於

When I used the code you provided in the previous post, I got my answer box in a different spot (as it shows in the screenshot)!

How do I deal with such a problem (Do I play with the pixels or is there another way to deal with it)?

Thanks


In reply to Ahmad Amer

Re: Formula: When the answer box is within the equation (not at the end)

Dominique Bauer發表於
Documentation writers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片
You must include the same JavaScript code as in the other questions, get the right size of the input box and play with the pixels.

Note that this is about formatting input boxes. This formatting is not specific to the Formulas question, you could apply it to any other type of question. It is not a standard feature of any type of question.

If you want to format input boxes the way I suggested, you need to have some basics of HTML and JavaScript to do it properly, at least try to understand a little bit the HTML code of the questions I've prepared for you. 微笑

Do not hesitate to attach an XML file of your question and to formulate your post by referring to the formatting code of the input box.