Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/08/2010 Free Joomla! photo gallery module

    ARI Soft team is glad to introduce a new Joomla! photo gallery extension called ARI Slick Gallery. The module shows photos in fancy way and can be integrated with different lightbox extensions. See the extension in action here.

  • 27/07/2010 ARI Image Slider v. 1.1.0 is ready

    We are glad to announce new version of ARI Image Slider extension. It provides possibility to define link target, generate thumbnails and can be integrated with different popular Joomla! lightbox extensions.


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 1 Year, 2 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 1 Year, 2 Months ago Karma: 61
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 1 Year, 2 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 1 Year, 2 Months ago Karma: 61
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 1 Year, 2 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
Moderators: admin