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?

Custom Field
(1 viewing) (1) Guest
component
Go to bottomPage: 123
TOPIC: Custom Field
#53948
Re:Custom Field 9 Years, 1 Month ago Karma: 748
Try now.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53950
Re:Custom Field 9 Years, 1 Month ago Karma: 1
greats,

Thank you!

Anyway..what you did?

Thanks once again
The administrator has disabled public write access.
 
#53951
Re:Custom Field 9 Years, 1 Month ago Karma: 748
We modified <joomla_directory>/administrator/components/com_ariquiz/controllers/quizresults.php and <joomla_directory>/administrator/components/com_ariquiz/models/quizresults.php files.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53953
Re:Custom Field 9 Years, 1 Month ago Karma: 1
ok thank you very much
The administrator has disabled public write access.
 
#54204
Re:Custom Field 9 Years ago Karma: 0
I am needing to do something similar to this for reports, We added extra data fields, for a location and name field. I have variables for both of these, where do I need to modify the code to pull this info into each user that takes test.
Code below is what I added.

new AriDataTableControlColumn(
array(
'key' => 'First and Last Name',
'label' => JText::_('COM_ARIQUIZ_LABEL_STAFF'),
'sortable' => true,
'formatter' => 'YAHOO.ARISoft.Quiz.formatters.formatUser'
)
),
new AriDataTableControlColumn(
array(
'key' => 'Location',
'label' => JText::_('COM_ARIQUIZ_LABEL_LOCATION'),
'sortable' => true,
)
),

What do I need to add code wise to pull these values. into the QuizResults page for reporting.

I am in a Intranet environment so I can not give access, I see the files you modified for OP, what additions did you make to these files to achieve this. Thanks....
The administrator has disabled public write access.
 
#54210
Re:Custom Field 9 Years ago Karma: 748
See "getResultList" method in <joomla_directory>/administrator/components/com_ariquiz/models/quizresults.php file.

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