Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Remove question content in the list results
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: Remove question content in the list results
#49801
Re:Remove question content in the list results 10 Years, 5 Months ago Karma: 1
Here it is ! (upload error due to the screenshot resolution).
The administrator has disabled public write access.
 
#49805
Re:Remove question content in the list results 10 Years, 5 Months ago Karma: 1
Working !

Thanks.

Synkro.
The administrator has disabled public write access.
 
#49812
Re:Remove question content in the list results 10 Years, 5 Months ago Karma: 1
In fact, it works partially, due to the fact that it's a CSS modification.

My problem is that I use HTML5 video with autoplay and audio in my content questions.

For example :

<video autoplay="autoplay" width="100%">
<source src="series/Question_001.mp4" type="video/mp4" />
</video>

Due to the fact that the content question is only hidden and not removed from the code, is still have the audio video lauching, for every question ;-(

How can I remove directly in the code the content question ?

Thanks,

Synkro.
The administrator has disabled public write access.
 
#49813
Re:Remove question content in the list results 10 Years, 5 Months ago Karma: 760
You can modify the extension for your needs. For example parse question text on server side and remove <video> and similar tags before it will be sent to client side.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49825
Re:Remove question content in the list results 10 Years, 5 Months ago Karma: 1
Sorry but I don't know how to do what you proposed.

I took a look at the following files :

- administrator/components/com_ariquiz/views/quizresults/view.html.php

- administrator/components/com_ariquiz/views/quizresults/tmpl/default.php

- components/com_ariquiz/views/quizcomplete/view.html.php

- components/com_ariquiz/views/quizcomplete/tmpl/default.php

- components/com_ariquiz/views/quizresults/view.html.php

- components/com_ariquiz/views/quizresults/tmpl/default.php

but didn't find the lines of code to remove for not having the content question and form without using CSS.

Hope you can help

Synkro.
The administrator has disabled public write access.
 
#49830
Re:Remove question content in the list results 10 Years, 5 Months ago Karma: 760
See "ajaxGetResultList" method in <joomla_directory>\components\com_ariquiz\controllers\quizcomplete.php file.

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