PHP
  Home arrow PHP arrow Page 2 - Developing a Short and Simple IQ Test Online Using PHP
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
VPS Hosting  
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid  
Request Media Kit
Contact Us  
Site Map  
Privacy Policy  
Support  
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
Google.com  
PHP

Developing a Short and Simple IQ Test Online Using PHP
By: Codex-M
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 11
    2009-01-14


    Table of Contents:
  • Developing a Short and Simple IQ Test Online Using PHP
  • Designing an IQ Grading System
  • The HTML Test Form
  • PHP Script to Process

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article

     
     
    ADVERTISEMENT


    Developing a Short and Simple IQ Test Online Using PHP - Designing an IQ Grading System
    ( Page 2 of 4 )

    I am not in the academics field, but those ten questions should quantitatively determine the IQ of the person. The challenge is how to rate it. Below are the ways I would rate those test questions:



    Test Question number

    Score if Correct (Mental Age)

    1(elementary level)

    3

    2(elementary level)

    3

    3(elementary level)

    3

    4(secondary level)

    3

    5(secondary level)

    3

    6(secondary level)

    3

    7(tertiary level)

    4

    8(tertiary level)

    4

    9(professional)

    4

    10(professional)

    30

    Total Mental Age (Score)

    60


    Since IQ is defined as:

    Mental Age/ Chronological Age x 100

    It is very easy to score the test. It requires the user to enter their chronological age at the time they take the test. The result of their test determines their mental age (summation of their scores). Dividing those data and multiplying by 100 gives the IQ.

    In the above table, each test question has corresponding mental age score. For example, a certain user only correctly answers question 1 to 6 and he is 30 years old at the time of the test. The IQ computation will be:

    Mental age score (total of question 1 to 6) = 18

    Chronological age = 30

    IQ = (Mental Age/ Chronological Age) x 100 = (18/30) x 100 = 60

    Likewise, if the age of the person is 28 and he is able to answer question 1 to 10. The IQ is around:

    Mental age = 60

    Chronological age= 28

    IQ= (Mental Age/ Chronological Age) x 100 = (60/28) x 100 = 214

    Disclaimer: This method is not guaranteed to fully measure the intellectual capacity of the person.

    The Test questions

    Test questions can vary depending on your choice. In this article I will illustrate 10 questions that will be used in the PHP programming. This is not guaranteed to be a perfect test, but it will roughly measure your intelligence.

    Test question 1: What is the approximate shape of orange fruit, it starts with “r”?

    Test question 2: What is the product of 5 and 3?

    Test question 3: If I have 3 apples and 12 mangoes, how many fruits do I have?

    Test question 4: -5 + (+9)-(-8) is how much?

    Test question 5: The result of 2 to the power of 6 divided by eight squared is how much?

    Test question 6: If I have a right triangle whose two shorter sides are 5 and 12 respectively, how long is the longest side?

    Test question 7: What is the name of  a  popular TV news network with two “Ns” comprised of 3 letters as initials?

    Test question 8: In 2008, John is 2 times older than Jerry. In  2040, Jerry will be 46 years old. Find John’s year of birth.

    Test question 9: If you are using Excel, which function offers the most convenient and most popular approach for extracting data from other spreadsheets or workbooks without using the manual copy and paste method? This is a one word answer.

    Test question 10. If a 65-year-old couple retires today, how much may they need today to cover their future health care cost? This answer is only a figure and does not include a dollar sign.



     
     
    >>> More PHP Articles          >>> More By Codex-M
     

       

    PHP ARTICLES

    - Implementing Factory Methods in PHP 5
    - Merging a File Split for FTP Upload using PHP
    - Getting Data from Yahoo Site Explorer Inboun...
    - Method Chaining: Adding More Selecting Metho...
    - How to Split a File During an FTP Upload Usi...
    - Expanding a Custom CodeIgniter Library with ...
    - Using the Yahoo Site Explorer Inbound Links ...
    - Building a CodeIgniter Custom Library with M...
    - Building an E-mini Trading System Using PHP ...
    - Completing the MySQL Class with Method Chain...
    - Building Dynamic Queries with Chainable Meth...
    - PHP Encryption and Decryption Methods
    - Building a MySQL Abstraction Class with Meth...
    - Completing a Sample String Processor with Me...
    - Mastering WHILE Loops for PHP and MySQL





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek