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?

Skip Category ? and remove 'choice' numbers ?
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Skip Category ? and remove 'choice' numbers ?
#634
Skip Category ? and remove 'choice' numbers ? 15 Years, 6 Months ago Karma: 0
Hello Arisoft team,

thanks for the great support!

1) i am wondering if i can skip the category step to bring the visitors to my quiz.

Example:

I have a main-button 'Start Quiz' >> then you see 'Common' (is the name of a category(?)) >> then you have to click a link >> the you can start the quiz!


Is there a possibility to go directly to the quiz ?


2) I can't find where i can remove the numbers before the radiobuttons. I want to display only the radiobuttons.

thanks agian.

gr meez
The administrator has disabled public write access.
 
#635
Re:Skip Category ? and remove 'choice' numbers ? 15 Years, 6 Months ago Karma: 748
Hello,

1) You could set up your button or link to refer to the page index.php?option=com_ariquiz&task=cat_quiz_list&categoryId=<categoryId>

This will bring user directly to list of quizzes of appropriate category

2) Currently no such functionality. You can submit a feature request for this and we will think about adding this in future.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#640
Re:Skip Category ? and remove 'choice' numbers ? 15 Years, 6 Months ago Karma: 0
A workaround for this is to make the Choice numbers the same colour as the background by changing the CSS (in the Template menu). Look for:

.ariAnswerChoice
{
text-align: right;
}

and add in a text colour, eg color: white;

to give:

.ariAnswerChoice
{
text-align: right;
color: white;
}

The text will still be there, but it won't be seen unless you drag the mouse over it to highlight.
The administrator has disabled public write access.
 
#642
Re:Skip Category ? and remove 'choice' numbers ? 15 Years, 6 Months ago Karma: 748
Probably nicer choice is:

.ariAnswerChoice LABEL
{
display: none;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#688
Re:Skip Category ? and remove 'choice' numbers ? 15 Years, 6 Months ago Karma: 0
I can't find .ariAnswerChoice LABEL, just these two:

.ariAnswerChoice
{
text-align: right;
}

.ariAnswerChoice *
{
vertical-align: middle;
}

Do I just change the first one to say display: none;?

Thanks.

Alan
The administrator has disabled public write access.
 
#691
Re:Skip Category ? and remove 'choice' numbers ? 15 Years, 6 Months ago Karma: 748
Hello,

You can just add this style .ariAnswerChoice LABEL.

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