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?

Auto submit if I leave
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Auto submit if I leave
#59902
Auto submit if I leave 7 Years, 1 Month ago Karma: 0
Hello,

the system does not auto submit in background when some one leave the Quiz and came later to finish but the time to get access (End date) is over?

I saw the instance in table ariquizstatisticsinfo over the database and the status is in progress but the Score is 0 and I was submit the first two questions well.
The administrator has disabled public write access.
 
#59906
Re:Auto submit if I leave 7 Years, 1 Month ago Karma: 747
Hello,

It a user leaves a quiz (and don't click "Stop & Exit" button) and return to it when time is over then the quiz session will be completed and all answers which were not provided ("Save" button is pressed) will be ignored.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#59907
Re:Auto submit if I leave 7 Years, 1 Month ago Karma: 0
Hi Arisoft..

I have this situation as well.

I need to be able to use Joomla php code to call the routine that completes the exam and updates the statistics in _ariquizstatisticsinfo .

Where file is this routine stored in, and how would I call it, assuming I already have the StatisticsInfoId variable handy ?

Thanks,
Pete
The administrator has disabled public write access.
 
#59908
Re:Auto submit if I leave 7 Years, 1 Month ago Karma: 747
Hello,

When a quiz session is completed, the extension triggers "onEndQuiz" event. It is possible to create a plugin which will handle this event. We can send "ARI Quiz Redirect" plugin which work with this event. It can be used as a sample.

If want to place your code directly in "ARI Quiz", open <joomla_directory>/components/com_ariquiz/controllers/quizcomplete.php file and see code around the following line:

AriEventController::raiseEvent('onEndQuiz', $resultInfo);

Regards,
ARI Soft
The administrator has disabled public write access.
 
#59909
Re:Auto submit if I leave 7 Years, 1 Month ago Karma: 0
Thank you
The administrator has disabled public write access.
 
Go to topPage: 1