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?

Reg New question Type adding in quiz
(1 viewing) (1) Guest
ARI Quiz Lite
Go to bottomPage: 12345678...11
TOPIC: Reg New question Type adding in quiz
#5166
Re:Reg New question Type adding in quiz 13 Years, 9 Months ago Karma: 0
Thank u very much...
The administrator has disabled public write access.
 
#5168
Re:Reg New question Type adding in quiz 13 Years, 9 Months ago Karma: 0
Hi

My new question is having the options like
one text field (same as from free-text question)
one browse button for uploading picture

Admin side text fiels ans is not coming
I observed in database the value of data is like

<answers />

for other questions

<answers>
<answer>Hi</answer>
</answers>

can u help me about this problem.....

Thanks
Phani
Last Edit: 2010/06/29 12:34 By phanichennupati.
The administrator has disabled public write access.
 
#5169
Re:Reg New question Type adding in quiz 13 Years, 9 Months ago Karma: 747
Hello,

The component stores answers in XML. You can use any XML format and parse it in <joomla_dir>/administrator/components/com_ariquizlite/kernel/Entity/_QuestionEntity/class.<new_question_type>.php file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5170
Re:Reg New question Type adding in quiz 13 Years, 9 Months ago Karma: 0
I just copied the free text class.php and rename the class name as my new question

I didn't change any code in that file

is it necessary to change code
if it is .... plz help me where i have to do change the code

Thanks
Phani
The administrator has disabled public write access.
 
#5171
Re:Reg New question Type adding in quiz 13 Years, 9 Months ago Karma: 747
Adopt new question type class for your needs, but take into account it requires some knowledge of PHP. Class name should be the same with value of column 'ClassName' in #__ariquizquestiontype.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5172
Re:Reg New question Type adding in quiz 13 Years, 9 Months ago Karma: 0
I put alredy same class name in database as in the class file (for new question)

But it is not saving...


Thanks for you help and quick responding
Phani
The administrator has disabled public write access.
 
Go to topPage: 12345678...11