You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$questionanswers .= html_writer::tag('textarea', null, array('name'=>$fieldname, 'class'=>'span12 answertextarea', 'required'=>'required'));
Change span12 to col-12
and get the answertextarea to be full width, and adaptable to browser width just like the notes textarea does (and has been doing as expected). Reference my Moodle Forum posting for screenshots. https://moodle.org/mod/forum/discuss.php?d=406979
The text was updated successfully, but these errors were encountered:
in the mod/icontent/locallib.php file, line:
$questionanswers .= html_writer::tag('textarea', null, array('name'=>$fieldname, 'class'=>'span12 answertextarea', 'required'=>'required'));
Change span12 to col-12
and get the answertextarea to be full width, and adaptable to browser width just like the notes textarea does (and has been doing as expected). Reference my Moodle Forum posting for screenshots.
https://moodle.org/mod/forum/discuss.php?d=406979
The text was updated successfully, but these errors were encountered: