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?

Question Fonts
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Question Fonts
#8145
Question Fonts 13 Years, 6 Months ago Karma: 0
Hello

I started using the software and found it is good... I just want to know whether I can change the font or colour of the font of Questions/ Answers in Quiz ? Because in the default setup there is no visual distinction between them...

This makes confusion especially when I am viewing the result

Is there any way to change the font/ color of the question ??
The administrator has disabled public write access.
 
#8152
Re:Question Fonts 13 Years, 6 Months ago Karma: 748
Hello,

The following CSS rule can be used that change font and color of questions text:

Code:


#ariQueMainContainer
{
  color: green;
  font-family: Tahoma;
  font-size: 20px;
  font-weight: bold;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8204
Re:Question Fonts 13 Years, 6 Months ago Karma: 0
Hello

I added the following to the last of default.css

#ariQueMainContainer
{
color: green;
font-family: Tahoma;
font-size: 20px;
font-weight: bold;
}

But nothing happens... The question text is still like the old one
The administrator has disabled public write access.
 
#8207
Re:Question Fonts 13 Years, 6 Months ago Karma: 748
Could you provide link to page where we can see this problem because it works on our test server?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8253
Re:Question Fonts 13 Years, 6 Months ago Karma: 0
Hello

You can see the quiz at

exams.educationobserver.com/index.php/ARIQuiz.html?task=quiz&quizId=1

The problem now is, it changes the question fonts occasionally for some questions... and for some questions it uses two different font sizes for the same question
The administrator has disabled public write access.
 
#8254
Re:Question Fonts 13 Years, 6 Months ago Karma: 0
ok.. It is working now
The administrator has disabled public write access.
 
Go to topPage: 1