Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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 2 Years, 7 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 2 Years, 7 Months ago Karma: 275
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 2 Years, 7 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 2 Years, 7 Months ago Karma: 275
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 14:51 By admin.
The administrator has disabled public write access.
 
#1987
Re:Quiz Templates 2 Years, 7 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