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?

Want to change question score from back end
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Want to change question score from back end
#2287
Want to change question score from back end 14 Years, 8 Months ago Karma: 0
Hi,
I have created a good number of quiz but forgot to put score 1 against each question. Now it will be difficult to do that from front end as a big number of question is uploaded. So can you please tell me how I can do that from backend database query using MySQL.

Thanks
Raj
The administrator has disabled public write access.
 
#2289
Re:Want to change question score from back end 14 Years, 8 Months ago Karma: 747
Hello,

You can use the following query:

Code:


UPDATE 
   jos_ariquizquestionversion QV,
   jos_ariquizquestion Q
SET 
   QV.Score = 1
WHERE 
   QV.QuestionVersionId = Q.QuestionVersionId



PS: We'll add mass property edit in the next version of the component.

Regards,
ARI Soft
Last Edit: 2009/08/16 09:56 By admin.
The administrator has disabled public write access.
 
Go to topPage: 1