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?

Uploading questions with PHPMyAdmin
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Uploading questions with PHPMyAdmin
#54792
Uploading questions with PHPMyAdmin 9 Years ago Karma: 0
I would like to add quizzes and questions directly to the database. However, I am not seeing a column/field for the question description in the #_ariquizquestion table. The fileds I see are:
    QuestionId
    QuizId
    QuestionVersionId
    Created
    CreatedBy
    Modified
    ModifiedBy
    Status
    QuestionIndex
    BankQuestionId
    QuestionTypeId
    QuestionCategoryId
    asset_id


Please let me know where the question description and the answers are stored.

Also, are there two different tables that store question in the question bank and others that are added directly to quizzes?

Thank you
The administrator has disabled public write access.
 
#54793
Re:Uploading questions with PHPMyAdmin 9 Years ago Karma: 748
Hello,

Question text is stored in "Question" field from #__ariquizquestionversion table. Answers are stored in "Data" field from #__ariquizquestionversion table.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#54794
Re:Uploading questions with PHPMyAdmin 9 Years ago Karma: 0
Thank You.

I notice that there is an Answer ID tag in the Data field. What is this value and what can I use to generate it?

Regards
The administrator has disabled public write access.
 
#54795
Re:Uploading questions with PHPMyAdmin 9 Years ago Karma: 748
You can use any unique value for each answer inside a question. For example uniqid PHP function can be used.

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