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?

Refresh quiz results & design question
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Refresh quiz results & design question
#63544
Refresh quiz results & design question 5 Years, 10 Months ago Karma: 0
Hi there!

I struggling to solve a seemingly simple issue: sometimes tests are taken on the same PC and if one user didn't finish the test and left, another one after clicking on the test is offered to start not with the first question. I need to refresh the answers on closing the test window, not keep them all in cache. Could you kindly help me with that?

And one more question: are you considering adding some templates to the quizzes or improve the desing, to make them look brighter, more up-to-date. Making it possible to tap on the option, not on the radio button for tablet users would be nice too.

Thanks

PS One more issue has appeared: switching one question per page, all pages on one page etc changes nothing. What could be the reason? Thanks
Last Edit: 2018/08/29 11:35 By LoungePound.
The administrator has disabled public write access.
 
#63546
Re:Refresh quiz results & design question 5 Years, 10 Months ago Karma: 748
Hello,

1. Do you want to start a new quiz session for guest users?

2. We are going to change theme in "ARI Quiz" v. 4.x. Currently we are working on new version for WordPress and then release it for Joomla!

3. Complete the previous quiz session and start a new one.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#63548
Re:Refresh quiz results & design question 5 Years, 10 Months ago Karma: 0
Thanks for you reply!

Yes, I want a new session to start each time (and an old session to finish as soon as you close the test window no matter if you completed the test itself or not)

Great news about upcoming theme change! Can't wait to try it on Joomla!
The administrator has disabled public write access.
 
#63549
Re:Refresh quiz results & design question 5 Years, 10 Months ago Karma: 748
Open <joomla_directory>/administrator/components/com_ariquiz/models/userquiz.php file and replace the following code:

Code:


function getGuestTicketId($quizId)
{
$key = $this->getGuestTicketKey();



with the following one:

Code:


function getGuestTicketId($quizId)
{
                return null;
$key = $this->getGuestTicketKey();



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