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?

How to remove 'Choice" label -ARI Quiz v.3.3.0
(1 viewing) (1) Guest
ARI Quiz Lite
Go to bottomPage: 12
TOPIC: How to remove 'Choice" label -ARI Quiz v.3.3.0
#34411
How to remove 'Choice" label -ARI Quiz v.3.3.0 11 Years, 4 Months ago Karma: 0
Hi. What is a good method for hiding or removing the "Choice" + number label from ARI quiz version 3.3.0? i.e "Choice 1", "Choice 2", etc..

I've looked through the forums and found fixes for ARI Quiz Lite and older versions of ARI quiz but the view / template files appear different. I've also tried doing a text search on a copy of the component I copied to my local computer and can't seem to find any files that correspond.

I've tried styling these labels with CSS to hidethem but they don't seem to hide for me.



CSS SOLUTIONS I"VE TRIED:
.ariQuizQuestionLeft label
{
display: block;
width: 0px;
overflow: hidden;
}
doesn't work. still shows the label

---------------------------------------

.ariQuizQuestionLeft label
{
background: #ffffff;
color: #ffffff;
display: none;
visibility: hidden;
}
hides the labels from view but does not collapse the space the labels took

---------------------------------------

Any Ideas?
The topic has been locked.
 
#34412
Re:How to remove 'Choice" label -ARI Quiz v.3.3.0 11 Years, 4 Months ago Karma: 747
Hello,

Use the following CSS rule:

TABLE.ariQuizAnswersContainer .ariAnswerChoice LABEL
{
display: none;
}

Regards,
ARI Soft
The topic has been locked.
 
#44060
Re:How to remove 'Choice" label -ARI Quiz v.3.3.0 10 Years, 7 Months ago Karma: 0
How can I change it from 'Choice A' to 'A' without the keyword 'Choice'?
The topic has been locked.
 
#44062
Re:How to remove 'Choice" label -ARI Quiz v.3.3.0 10 Years, 7 Months ago Karma: 747
Hello,

You can change "Choice" to any other message (or use empty message). Read here how to modify existing or create a new translation.

Regards,
ARI Soft
The topic has been locked.
 
#44065
Re:How to remove 'Choice" label -ARI Quiz v.3.3.0 10 Years, 7 Months ago Karma: 0
Thanks! it's in the en-GB.com_ariquiz.ajax.ini BTW.
The topic has been locked.
 
#45367
Re:How to remove 'Choice" label -ARI Quiz v.3.3.0 10 Years, 6 Months ago Karma: 0
hi there,
i know how to change Choise to something else, or even to remove, but i dont know how to swap 1, 2, 3 to a, b, c or I, II, III, IV ect.

'll be grateful for your help
The topic has been locked.
 
Go to topPage: 12