Category Archives: Quiz

Featured Script: Lime Survey

Lime Survey

Who: Any kind of business, local community, university student clubs

What: Lime Survey is an open source online survey application written in PHP based on a MySQL, PostgreSQL or MSSQL database. It’s well known for its ease to use and no coding required for installation.

When: Instant Install

Where: Softaculous under the category “Polls and Surveys”

Why: Surveys can aid businesses in doing market research, helping them better understand their customers’ needs and preferences. These kinds of information are invaluable because businesses can then conduct analysis to enhance customer service, product features, and uncover the reasons as to why certain products or services lack popularity. Social media channels such as Facebook and Twitter are good tools for reaching out to customers to conduct surveys, but having your business survey published on your business domain is ultimately the optimal choice in terms of maintaining a professional image for your company. With Lime Survey, you can quickly create a survey on your business domain in just a few clicks. Lime Survey features:

  • -Unlimited number of surveys
  • -Unlimited number of questions in a survey
  • -Unlimited number of participants to a survey
  • -Multi-Lingual Surveys
  • -20 different question types
  • -WYSIWYG HTML Editor
  • -Integration of pictures and movies
  • -Creation of a printable survey version
  • -Re-usable editable answer sets
  • -Ready-made importable questions
  • -Assessment surveys
  • -Anonymous and Not-Anonymous survey
  • -Open and closed group of participant surveys
  • -Optional public registration for surveys
  • -Sending of invitations, reminders and tokens by email
  • -Option for participants to buffer answers to continue survey at a later time
  • -Cookie or session based surveys
  • -Template editor for creating your own page layout
  • -Template-support (change the outlook of the page in just a few clicks)
  • -Extended and user-friendly administration interface
  • -Back-office data entry possibility
  • -Survey expiry dates for automation
  • -Enhanced import and export functions
  • -Basic statistical and graphical analysis with export facility

How: Lime Survey (and 250 more web applications) are already included in Softaculous for FREE. Subscribe to our Unlimited Hosting plan to install this powerful open source web application! To view the demo page, please click the image below!

iQuiz

iQuiz 1.0

iQuiz is a simple script created by urQuiz to help other webmasters create a quiz on there website for free.

*This script is supported by Doteasy.com Ultra and Unlimited hosting packages.

iQuiz Installation Tutorial:


    1. Download the current zip file from the iQuiz Official Website here.
    1. Uncompress the zip file using WinZip or WinRAR to a temporary directory in your local computer.
    1. You can create a folder called “quiz” in the “/var/www/html/” directory. Then you can upload iQuiz files to the web server using a FTP client. For FTP upload instructions, please click here.

      For this example, iQuiz will be uploaded to /var/www/html/quiz/ directory and the website address will be http://www.yourdomain.com/quiz/quiz.php

      Click Image to Enlarge
      Click Image to Enlarge

    2. Congratulations!
      Your new iQuiz website is now installed. You can view your iQuiz page at http://www.yourdomain.com/quiz/quiz.php

      Click Image to Enlarge
      Click Image to Enlarge

    1. How to setup your quiz questions and answers?

      To begin adding your own questions, open questions.xml with notepad.

      You’ll notice a structure like this:

      <QUIZ>

      <QUESTION>
      <TEXT>Which year did Manchester United win the treble?</TEXT>
      <CHOICES>1993, 1996, 1999, 2003</CHOICES>
      <ANSWER>1999</ANSWER>
      </QUESTION>

      </QUIZ>

      You can add questions by creating a new <QUESTION> entry. Just copy an existing one and modify the <TEXT>, <CHOICES>, and <ANSWER> content.

      The <CHOICES> tag determines whether the question is short answer or multiple choice.

      NOTE:: If there is only one choice, iQuiz will print a small text field for that question and the user must submit the answer exactly as it appears in the <ANSWER> tag.

      If there are more choices, iQuiz prints each choice as a radio button. Each choice should be separated by a comma and a space.

      Remember to upload questions.xml to your site after you make changes.

      Click Image to Enlarge
      Click Image to Enlarge




Doteasy client? Need a free installation service for this script? Please contact us here.

iQuiz References: