General questions and topics about Xerte Toolkits that don’t fit anywhere else.

Modify Exercise: changing input font size?

  • cnolan-grant
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 9 months ago #4124 by cnolan-grant
Modify Exercise: changing input font size? was created by cnolan-grant
Hello all

I've just had a query from a user on whether the size of the input text (i.e. Initial Text, Answer Prompt, Model Answer) could be changed in a Modify Exercise? I couldn't see how to do it, but wanted to check on this forum.

Thank you!

Candace

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #4125 by Fay
If you are running a recent version of Xerte then you can add the 'Script' optional property to the page and copy this in to it:
Code:
$('#initText, #answerTxt, #modelTxt').attr('rows',1);

Rows is the number of lines in the text box. You could also change the width in a similar way:
Code:
$('#initText, #answerTxt, #modelTxt').width('50%');

Please Log in or Create an account to join the conversation.

Moderators: ingdon
Time to create page: 0.120 seconds
Copyright © 2026 The Xerte Project.
Xerte logo Apereo logo OSI Logo