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?

Changing radio button labels
(1 viewing) (1) Guest
ARI Quiz Lite
Go to bottomPage: 1
TOPIC: Changing radio button labels
#9691
Changing radio button labels 13 Years, 4 Months ago Karma: 0
How can I change the labels of the radio buttons in case of single question type? I would like to abandon the numbers on the left side of the radio buttons and change the labels Yes/No on the right to Ja/Nein. I couldn't find this items in language frontends. Can anybody help me?

Thank you very much indeed.
The administrator has disabled public write access.
 
#9692
Re:Changing radio button labels 13 Years, 4 Months ago Karma: 748
Hello,

1. Edit <joomla_dir>/components/com_ariquizlite/view/questions/singlequestion.html.php file that remove numbers. Replace the following code:

Code:


<?php AriQuizWebHelper::displayResValue('Label.Choice'); ?> <?php echo (++$i); ?>



with

Code:


<?php AriQuizWebHelper::displayResValue('Label.Choice'); ?> 



2. Answers for questions are set on questions settings page. Enter "Ja", "Nein" instead of "Yes" and "No".

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9695
Re:Changing radio button labels 13 Years, 4 Months ago Karma: 0
It works now fine!

Thank you and have a happy new year!
The administrator has disabled public write access.
 
Go to topPage: 1