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?

display only explanation
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: display only explanation
#46469
display only explanation 10 Years, 7 Months ago Karma: 0
I have activated "show explanation" in "aditional setting" tab. But I wonder, is it possible only display the explanation? In other words, I would like to remove the review part when explanation is shown. ¿Can I get this?
The administrator has disabled public write access.
 
#46481
Re:display only explanation 10 Years, 7 Months ago Karma: 748
Hello,

A possible solution is editing "CORRECT_ANSWER" variable in <joomla_directory>\components\com_ariquiz\assets\js\templates.js file. Remove #{details} from the value of the variable. One note, it removes section with correct answers from all places.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#46483
Re:display only explanation 10 Years, 7 Months ago Karma: 0
I have followed your instructions but I have not got what I wanted. So, I have not explained well. I show you a picture with the outcome I want to achieve
The administrator has disabled public write access.
 
#46484
Re:display only explanation 10 Years, 7 Months ago Karma: 748
Add the following CSS rules:

.aq-show-explanation .aq-question-answers
{
display: none;
}

#ariQuizContainer .aq-show-explanation .aq-question-explanation
{
border-top-style: none;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#46487
Re:display only explanation 10 Years, 7 Months ago Karma: 0
I've follow your instructions but only hotSpot image has not been displayed. I also want to remove the question text.

Another issue i want to get, It is to align explanation to center.
The administrator has disabled public write access.
 
#46489
Re:display only explanation 10 Years, 7 Months ago Karma: 748
Use the following CSS rules:

.aq-show-explanation .aq-question-answers, .aq-show-explanation .aq-question {
display: none;
}
#ariQuizContainer .aq-show-explanation .aq-question-explanation {
border-top-style: none;
text-align: center;
}

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