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?

Hide pagination row at the end of the quiz
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Hide pagination row at the end of the quiz
#56744
Hide pagination row at the end of the quiz 8 Years, 3 Months ago Karma: 0
Can you tell me how cah i hine the pagination row at the end of the quiz?
Appear when i have the list of incorrect answers like in attach file

And how can i have the score without decimal? for example 1 and not 1.00

Thanks Luca
The administrator has disabled public write access.
 
#56745
Re:Hide pagination row at the end of the quiz 8 Years, 3 Months ago Karma: 0
Somebody can help me?
Thanks
The administrator has disabled public write access.
 
#56746
Re:Hide pagination row at the end of the quiz 8 Years, 3 Months ago Karma: 747
Hello,

Add the following CSS rule to a site template CSS file to hide pagination:

.aq-dt-results #dtResults_pag {display:none!important;}

We will write how to change score format a little bit later.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56747
Re:Hide pagination row at the end of the quiz 8 Years, 3 Months ago Karma: 0
Thanks!
i'll wait your reply about decimal score format

Luca
The administrator has disabled public write access.
 
#56748
Re:Hide pagination row at the end of the quiz 8 Years, 3 Months ago Karma: 747
About score formatting, "Extensions -> Language(s) -> Overrides" page on Joomla! backend, click "New" button, set "Language Constant" parameter to COM_ARIQUIZ_QUESTIONSUMMARY value and populate "Text" parameter with the following value:

<b>Score</b> is {$UserScore|number_format} out of {$MaxScore|number_format}. <b>Elapsed time</b> is {$ElapsedTime}.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56749
Re:Hide pagination row at the end of the quiz 8 Years, 3 Months ago Karma: 0
Thanks!
The administrator has disabled public write access.
 
Go to topPage: 1