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?

Using Question Template & couple of Qs
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: Using Question Template & couple of Qs
#43694
Re:Using Question Template & couple of Qs 10 Years, 10 Months ago Karma: 0
Hi, thanks for getting back. I dont have any javascript skill, but will have a go. Where is the file please. Also, I downloaded localise and had a scan through files. Can you tell me which file holds the Choice 1, 2, 3 etc.. text please as its like looking for a needle in a haystack atm. When I find it, what do i do to hide/remove the choice 1,2,3 from multiple choice boxes? Thanks for the help
The administrator has disabled public write access.
 
#43695
Re:Using Question Template & couple of Qs 10 Years, 10 Months ago Karma: 0
i found the "Choice" and just deleted the word and left the "" - is that right?

COM_ARIQUIZ_JSQUESTIONINFO="Question #{qIndex} of #{qCount}" - What do i do with this to get rid of the number before each multiple choice text box please. I dont want to break anything but as my answers are mainly 1,2,3,4,5 these numbers only add confusion for my quiz takers.

After that its just editing the javascript file, so where might that be please. Thanks, Ben
The administrator has disabled public write access.
 
#43697
Re:Using Question Template & couple of Qs 10 Years, 10 Months ago Karma: 748
You can add the following CSS rule to a site template file to hide "Choice N" labels for all questions:

DIV.ari-quiz-container .ariAnswerChoice LABEL
{
display: none;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#43698
Re:Using Question Template & couple of Qs 10 Years, 10 Months ago Karma: 0
thanks, tried putting this in bottom of template.css with no effect, so Im guessing its not that file. I know its painfully noob Q but can you tell me which site template file to edit (index.php, custom.css etc?)

Also, where to find the javascript file to sort out the layout of the muti-choice boxes. Thanks for all your help, Ben
The administrator has disabled public write access.
 
#43699
Re:Using Question Template & couple of Qs 10 Years, 10 Months ago Karma: 748
Check your mail please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12