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?

Display answers to test takers
(1 viewing) (1) Guest
ARI Quiz Lite
Go to bottomPage: 12
TOPIC: Display answers to test takers
#6367
Display answers to test takers 13 Years, 8 Months ago Karma: 0
In the Administrative area, when you go to Results, and click Details, you are given an outline of every question and what they got wrong.

Is there a way to present this to the test taker? I have a site where I post quiz's for my paramedic class and I want to use it as a study guide, but thats tough when you do not get the real answers.
The administrator has disabled public write access.
 
#6370
Re:Display answers to test takers 13 Years, 8 Months ago Karma: 747
Hello,

ARI Quiz Lite doesn't provide this ability, but you can be interested in ARI Quiz. It can display questions with answers at the end of a quiz.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6379
Re:Display answers to test takers 13 Years, 8 Months ago Karma: 0
So I've gotten closer...

The results page inside of the admin interface links to this:

<a href="index2.php?option=<?php echo $option; ?>&task=result&quizId=<?php echo $row->QuizId; ?>&statisticsInfoId=<?php echo $row->StatisticsInfoId; ?>"><?php echo $viewText; ?></a>

Which parses out to this:

www.domain.com/j/administrator/index2.php?option=com_ariquizlite&task=result&quizId=1&statisticsInfoId=2

When trying to view (outside of admin area):
www.domain.com/j/index2.php?option=com_ariquizlite&task=result&quizId=1&statisticsInfoId=2

It just brings me to:
www.domain.com/j/index.php?option=com_ariquizlite&Itemid=2

Im assuming theres a permissions issue here.

Any chance I can get some help as to where the GET parameters are parsed out at?
Last Edit: 2010/08/17 17:47 By ktsugihara.
The administrator has disabled public write access.
 
#6382
Re:Display answers to test takers 13 Years, 8 Months ago Karma: 0
It looks like editing the doTask method inside of the class.TaskManager.php in administrator\components\com_ariquizlite\kernel\Web\ did the trick.

Incase anyone is interested.
The administrator has disabled public write access.
 
#6397
Re:Display answers to test takers 13 Years, 8 Months ago Karma: 747
Hello,

You can create necessary pages for frontend based on <joomla_dir>/administrator/components/com_ariquizlite/pages/result.php and <joomla_dir>/administrator/components/com_ariquizlite/pages/results.php files.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30014
Re:Display answers to test takers 11 Years, 9 Months ago Karma: 0
Last Edit: 2012/07/24 08:22 By robio.
The administrator has disabled public write access.
 
Go to topPage: 12