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?

Mass edit question bank
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: Mass edit question bank
#63279
Mass edit question bank 6 Years ago Karma: 0
Hi,
Is there any way I can mass edit the questions bank and remove the Penalty. Right now all the question have 1.00 for a penalty and i don't want that.
We have 500 questions and changing this one by one will be crazy.

Thank you
The administrator has disabled public write access.
 
#63284
Re:Mass edit question bank 6 Years ago Karma: 0
Any help?
The administrator has disabled public write access.
 
#63295
Re:Mass edit question bank 6 Years ago Karma: 0
I'm still waiting for help or fro reply...
The administrator has disabled public write access.
 
#63306
Re:Mass edit question bank 6 Years ago Karma: 0
Is this forum dead? 1 week later and nothing?
Can somebody reply to this question Please? yes or no
The administrator has disabled public write access.
 
#63315
Re:Mass edit question bank 6 Years ago Karma: 748
Hello,

You can try to modify mass edit form and add parameter for "Penalty" field like for "Score". See <joomla_directory>/administrator/components/com_ariquiz/models/forms/questions/quizquestion_massedit.xml file.

PS: We recommend to create a database backup before modification mass edit form.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#63317
Re:Mass edit question bank 6 Years ago Karma: 0
Hi,
This is what i already have inside the file you told me:

Code:

<?xml version="1.0" encoding="UTF-8"?>
<form>
<params addpath="/administrator/components/com_ariquiz/elements">
<param type="hidden" name="QuizId" label="" description="" massedit="1" />
<param type="questioncategory" name="QuestionCategoryId" default="0" label="COM_ARIQUIZ_LABEL_CATEGORY" description="" massedit="1" />
<param type="text" size="6" name="Score" label="COM_ARIQUIZ_LABEL_SCORE" description="" massedit="1" />
<param type="text" size="6" name="Penalty" label="COM_ARIQUIZ_LABEL_QUESTIONPENALTY" description="" massedit="1" />
</params>
<validators addpath="/administrator/components/com_ariquiz/validators">
<validator type="range" error_message="COM_ARIQUIZ_ERROR_SCORE" validate="Score" datatype="float" min="0" massedit="1" />
<validator type="range" error_message="COM_ARIQUIZ_ERROR_PENALTY" validate="Penalty" datatype="float" min="0" massedit="1" />
</validators>
</form>



So there is already Penaly parameter but is not showing in the Bank
The administrator has disabled public write access.
 
Go to topPage: 12