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?

Score is showing 0
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: Score is showing 0
#65329
Score is showing 0 4 Years, 8 Months ago Karma: 0
Hello Team,

Although I am assigning score at question level, but after taking the test and answering most of the questions correct, still the score is being shown as zero. Please help me with this.

Found what the problem is - We aren't getting 'Save' button on the test screen. How to add the Save button to the question?
Last Edit: 2019/08/02 07:25 By conduiraonline.
The administrator has disabled public write access.
 
#65337
Re:Score is showing 0 4 Years, 8 Months ago Karma: 747
Hello,

"Save" button is always shown during quiz session. It doesn't require any additional configuration.

If you change score in question settings, it will be applied to new quiz sessions. All previous quiz results remain untouched.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#65341
Re:Score is showing 0 4 Years, 8 Months ago Karma: 0
Save button is not showing by default.
The administrator has disabled public write access.
 
#65342
Re:Score is showing 0 4 Years, 8 Months ago Karma: 747
Could you provide a link to a quiz where it is not showing? Quizzes will not work without this button so it is not possible to remove it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#65345
Re:Score is showing 0 4 Years, 8 Months ago Karma: 0
Here is the link.
bj.conduiraonline.com/index.php/quizzes/594-SampleGKQuiz1
Please also note the remaining time is different for different questions.
The administrator has disabled public write access.
 
#65347
Re:Score is showing 0 4 Years, 8 Months ago Karma: 747
You use modified version of the extension. HTML code for save button was modified and the button is hidden. See the following code in <joomla_directory>/components/com_ariquiz/views/question/tmpl/default.php template file:

Code:


<a href="#" class="btn btn-primary disable-onsubmit hide" onclick="if (YAHOO.util.Dom.hasClass(this, 'disabled')) return false; if (ariQuizQueManager.validate()) ariQuizQueManager.savePage(); return false;" title="Submit Quiz"><i class="icon-pencil"></i>  Submit Quiz</a>



in original version it looks like:

Code:


<a href="#" class="btn btn-primary disable-onsubmit" onclick="if (YAHOO.util.Dom.hasClass(this, 'disabled')) return false; if (ariQuizQueManager.validate()) ariQuizQueManager.savePage(); return false;"><i class="icon-pencil"></i> <?php echo JText::_('COM_ARIQUIZ_LABEL_SAVE'); ?></a>



Your version contains "hide" CSS class.

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