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


Recent Events
  • 04/03/2010 ARI Slider v. 1.3.0

    ARI Slider v. 1.3.0 is available. New version of the extension can display menu items title in nice tooltip. See demo here.

  • 26/02/2010 Joomla! popup extensions

    ARI Colorbox, ARI Sexy Lightbox, ARI Fancybox and ARI Pretty Photo have been updated. Now these provide ability of using pretty lightbox in any Joomla! content, for example in VirtueMart product description or in other content. Extensions also can create thumbnails and create popups with large images from inline content images. Only wrap necessary content with plugin tag.


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 9 Months, 1 Week 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 9 Months, 1 Week ago Karma: 25
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 9 Months, 1 Week 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 9 Months, 1 Week ago Karma: 25
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 9 Months, 1 Week 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