Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

display of essay question's textarea box is fixed with 'class' of 'span12' #28

Open
emilyac-TLS opened this issue Jul 18, 2020 · 0 comments

Comments

@emilyac-TLS
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant