Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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 modify default values ?
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: How to modify default values ?
#57673
Re:How to modify default values ? 9 Years ago Karma: 764
Hello,

Open <joomla_directory>/administrator/components/com_ariquiz/tables/quiz.php file and change value of "PassedScore" variable from 0 to 80.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#57676
Re:How to modify default values ? 9 Years ago Karma: 0
Thank you very much.

One more question : where can I reorder the different types of questions as on the screenshot attached ?

Thanks again,

EG
E.G
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#57677
Re:How to modify default values ? 9 Years ago Karma: 764
Currently the extension doesn't provide ability to change this order on UI, but this can be changed in #__ariquizquestiontype DB table. Use "TypeOrder" field for this purpose.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#57690
Re:How to modify default values ? 9 Years ago Karma: 0
Ok, thanks, I will check that.

And if I want to modify the number of exercises displayed ? By default it's on ten :



Regards,

E.G.
E.G
User Offline Click here to see the profile of this user
Last Edit: 2016/05/17 16:36 By E.G.
The administrator has disabled public write access.
 
#57696
Re:How to modify default values ? 9 Years ago Karma: 764
For example if you want to change value of "Display#" parameter on "ARI Quiz -> Quizzes" page on component backend, open <joomla_directory>/administrator/components/com_ariquiz/controllers/quizzes.php file, find "_getFilter" method and replace the following code:

'limit' => 10,

with the following one:

'limit' => 30,

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