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?

Crazy Result after user Skip Question
(1 viewing) (1) Guest
component
Go to bottomPage: 1234
TOPIC: Crazy Result after user Skip Question
#59022
Re:Crazy Result after user Skip Question 7 Years, 5 Months ago Karma: 0
No answer - no penalty is set to "NO"

Penalty is set to : 0.00
Last Edit: 2016/11/12 16:21 By niki.
The administrator has disabled public write access.
 
#59023
Re:Crazy Result after user Skip Question 7 Years, 5 Months ago Karma: 0
I just found this:

To save answers when timeout occurs, edit <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

Is this the solution?
The administrator has disabled public write access.
 
#59027
Re:Crazy Result after user Skip Question 7 Years, 5 Months ago Karma: 747
This solution helps if want to accept the selected answers from question page where timeout occurs.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#59028
Re:Crazy Result after user Skip Question 7 Years, 5 Months ago Karma: 0
That's what i want to do When someone hit next not save and the time run out his correct answers to be accept
The administrator has disabled public write access.
 
#59855
Re:Crazy Result after user Skip Question 7 Years, 1 Month ago Karma: 0
Ok. I make changes in the code but we still have problem. At the back i see this on users quiz results

The answer is correct
Score is 0.00 out of 4.00. Elapsed time is 2 seconds. Attempts is 0 / 1.

So he answer correct but he hit NEXT not SAVE. So the time run out but the system didn't took this answer for his final score.

I made this changes:

To save answers when timeout occurs, edit <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

Is there any way we can fix this?
The administrator has disabled public write access.
 
#59869
Re:Crazy Result after user Skip Question 7 Years, 1 Month ago Karma: 0
So, again. I want when student choose next (not save), but he answer the question correctly if the time run out this answer to be considered for his final quiz score

I made this changes:

To save answers when timeout occurs, edit <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;


But this is not doing the job because i test it and this is what i see in my account for one of the questions which i choose NEXT not SAVE

The answer is correct
Score is 0.00 out of 4.00. Elapsed time is 2 seconds. Attempts is 0 / 1.

Ari Quiz Version: 3.9.3
Joomla! 3.6.5
Last Edit: 2017/03/03 13:16 By niki.
The administrator has disabled public write access.
 
Go to topPage: 1234