Resizing input boxes
-
Many times when using Maple T.A. you want a wider text entry input box for the student to enter their answer into.
To manually control the width of input boxes for Maple-graded or Mathematical formula questions you can modify the CSS of the question. First add your input boxes to the question text area.
Now open the Custom CSS tab and add the following
input[type='text'] {width:250px }
Saving your question and previewing the result you will now see the wider input boxes.