Help with coding, it's for work

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ranzit2
    replied
    Originally posted by manavworld View Post
    Hello friends can u help me.... I knw how to coding/editing xhtml page....i search all pages from file ligency,home directory/public_html/document etc.... but can u tell me hw i can search wml pages and where i can get that pages....if in file manager, hw i can search all pages
    why flooding here.u had time topic for this i think.,

    Leave a comment:


  • manavworld
    replied
    i will try for avoid mistakes. Am realy very sorry for flooding here.
    Last edited by manavworld; 17.11.09, 10:18.

    Leave a comment:


  • kenxyz
    replied
    please am waitin someone should help

    Leave a comment:


  • kenxyz
    replied
    hi all i downloaded the lavalair script and i dont know the files there that has to do wit the database Pls i need help. If any one can give me a little guide on how to go about the database in my control panel in http://freehostia.com . Thanks to all.

    Leave a comment:


  • morse
    replied
    Originally posted by Quintin View Post
    Yes it is multiple choise form gums
    my humble noobie suggestion . look into waptrivia script of wapdesire. edit it according to your needs and use it !

    Leave a comment:


  • Quintin
    replied
    Originally posted by GumSlone View Post
    are the answers for exam questions in multiple choise form?

    because if they are not then youll need a human to check if the answer is correct.

    i would use a different tables for questions and the possible answers, and you should take a look at some other existing online exam forms, how they were done.
    Yes it is multiple choise form gums

    Leave a comment:


  • GumSlone
    replied
    Originally posted by rukiya View Post
    Gumslone Its easy like this

    INSERT INTO `answers` VALUES (1,1,'0');
    INSERT INTO `answers` VALUES (2,2,'a');
    INSERT INTO `answers` VALUES (3,2,'c');

    I would insert the correct answers only in the table.

    if its true false answe then for true value=1 and false=0
    question 1
    student answered true=1 but in the table its false=0

    question 2
    student answered a,d but in the table its a,c

    Its really a easy sql thing.
    ok if you would do this way its your choice, but i wouldnt do it like this

    Leave a comment:


  • rukiya
    replied
    Originally posted by GumSlone View Post
    the answer char(1)?
    ok it should be text or varchar(255)
    No its just char(1) I showed you example

    Leave a comment:


  • rukiya
    replied
    Originally posted by GumSlone View Post
    and how will you know if the answer is correct?
    you need to add additional row,
    eg. correct = true or correct = false
    Gumslone Its easy like this

    INSERT INTO `answers` VALUES (1,1,'0');
    INSERT INTO `answers` VALUES (2,2,'a');
    INSERT INTO `answers` VALUES (3,2,'c');

    I would insert the correct answers only in the table.

    if its true false answe then for true value=1 and false=0
    question 1
    student answered true=1 but in the table its false=0

    question 2
    student answered a,d but in the table its a,c

    Its really a easy sql thing.



    And subzero I know what type of stupid coding you know, noob,you 1st learn how to write english correctly.
    Last edited by rukiya; 28.03.09, 12:54.

    Leave a comment:


  • subzero
    replied
    Any over 100 it comes to auto text file in sql ;)

    Leave a comment:


  • GumSlone
    replied
    Originally posted by subzero View Post
    he going around thinks a big shot lol

    Yeah we all where a leaner once but when it comes to newbies like him always thinks big

    lol i also found a error with his sql but i keep to my self with this lol
    the answer char(1)?
    ok it should be text or varchar(255)

    Leave a comment:


  • subzero
    replied
    he going around thinks a big shot lol

    Yeah we all where a leaner once but when it comes to newbies like him always thinks big

    lol i also found a error with his sql but i keep to my self with this lol

    Leave a comment:


  • GumSlone
    replied
    Originally posted by subzero View Post
    Gum dont brofther to tech rukiya how to do things right lol he a noob bro:D
    we were all noobs

    Leave a comment:


  • subzero
    replied
    Gum dont brofther to tech rukiya how to do things right lol he a noob bro:D

    Leave a comment:


  • GumSlone
    replied
    Originally posted by rukiya View Post
    Ok then
    PHP Code:
    CREATE TABLE `answers` ( 
      `
    idint(10NOT NULL auto_increment PRIMARY KEY,
      `
    questionidint(10NOT NULL 
      `
    answerchar(1NOT NULL default ''
    ENGINE=MyISAM   AUTO_INCREMENT=DEFAULT CHARSET=utf8
    and how will you know if the answer is correct?
    you need to add additional row,
    eg. correct = true or correct = false

    Leave a comment:

Working...
X