Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Fontsize in FreeText answers
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Fontsize in FreeText answers
#5859
Fontsize in FreeText answers 13 Years, 9 Months ago Karma: 0
Making the question's font large enough is easy (there is the editor for it). But how do I make the text field large enough - and with a large font? In my language quiz people need to fill in a missing character, so I need both texts - the question as well as the text they type - to be large (like 14pt) to be easily read. Is there a class in the Template for this?
The administrator has disabled public write access.
 
#5870
Re:Fontsize in FreeText answers 13 Years, 9 Months ago Karma: 748
Hello,

The following CSS rule can be used. You can define it in quiz 'CSS Template':

Code:


.ariQuizFreeText
{
  font-size: 14pt;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5879
Re:Fontsize in FreeText answers 13 Years, 9 Months ago Karma: 0
Thank you, works great! Martin Prachar
Last Edit: 2010/07/29 10:40 By martinprachar.
The administrator has disabled public write access.
 
Go to topPage: 1