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?

Quiz Templates
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Quiz Templates
#1982
Quiz Templates 14 Years, 10 Months ago Karma: 0
Hi,

I would like to create quiz template which matches my site. Is there any guide or tutorials which will help me create quiz template?

Thanks in advance.

Deshpande.
The administrator has disabled public write access.
 
#1983
Re:Quiz Templates 14 Years, 10 Months ago Karma: 747
Hello,

You can find templates files by the following path:

<joomla_dir>/components/com_ariquiz/view/

quiz_list.html.php - page with all quizzes is divided by categories

quiz.html.php - page which contains quiz description

question.html.php - main quiz page with questions

quiz_finished.html.php - final quiz page which contains quiz result

quiz_stat.html.php - page which contains user results

You can change HTML layout in this files for your needs and you can also add some CSS rules.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1985
Re:Quiz Templates 14 Years, 10 Months ago Karma: 0
How do i change the CSS for inputbox, checkbox, radio buttons ?
because the radio button is taking the default width of inputbox css which is 400px which i have definied in my joomla template.
The administrator has disabled public write access.
 
#1986
Re:Quiz Templates 14 Years, 10 Months ago Karma: 747
If we correctly understand, you have defined the following CSS rule in your template:

INPUT
{
width: 400px;
}

If it's true, this is not good approach because INPUT tag is used not only textbox, but you can add the following CSS rule after your definition:

#ariQueMainAnsContainer INPUT
{
width: auto;
}

Regards,
ARI Soft
Last Edit: 2009/06/09 11:51 By admin.
The administrator has disabled public write access.
 
#1987
Re:Quiz Templates 14 Years, 10 Months ago Karma: 0
Thats exactly how its defined in joomla template. Thank you for your quick response
The administrator has disabled public write access.
 
Go to topPage: 1