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?

Quiz not submitting after timer ended
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Quiz not submitting after timer ended
#56245
Quiz not submitting after timer ended 9 Years, 5 Months ago Karma: 0
Hi,

I am problem with the ARI Quiz, when someone takes the test and gets near the end and they run out of time it auto submits but the results so the have scored 0 when they have scored for example 9, is there a fix for this
The administrator has disabled public write access.
 
#56246
Re:Quiz not submitting after timer ended 9 Years, 5 Months ago Karma: 764
Hello,

Open <joomla_directory>/components/com_ariquiz/controllers/question.php file, find "ajaxSavePage" method and replace the following code:

$skipTimeOver = false;

with the following one:

$skipTimeOver = true;

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56247
Re:Quiz not submitting after timer ended 9 Years, 5 Months ago Karma: 0
Thanks for that but I don't have that option in the php, do I just add it?

$retResult = array(
'result' => false,
'moveToNext' => false,
'showExplanation' => false,
'tryAgain' => false,
'questionId' => 0
The administrator has disabled public write access.
 
#56248
Re:Quiz not submitting after timer ended 9 Years, 5 Months ago Karma: 764
Could you send the file by email?

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