KTUGFaq

KTUG FAQ

α:
йȣ:
Might as well be frank, monsieur. It would take a miracle to get you out of Casablanca.
EPS&value=WinEdtTip/FindPageKarnes占쏙옙占쏙옙LayOut&value=IeCkotex&value=TeXѱ۱ChngpagePackage › MakingExam
̾ƹ hexam.cls ̿ mySQL php ̿ؼ DB TeX մϴ. ̹ DB pool ̿ؼ ְ ҷ մϴ. 󸶳 ɷ 𸣰. KLDP vi like editor on WEB а Բ ִ editor Ϸ մϴ.

1
1.1 DB 迡
1.2 WebEditor
1.3 Mainȭ 迡
1.4 DB html ϱ
[]

1

[]

1.1 DB 迡

HExamMain table
  • idOfMain : int(10) unsigned not null auto_increment,
  • CategoryOfAnswer : char(20) not null,  ׸ ϴ°? chapter ϴ°?
  • TypeOfQuestion : char(2) not null, Դϴ. (SC),multiplechoice(MC), ܴ(SS), (MS), ϰ Ŀ (LA)
  • AbstractOfQuestion : char(200) not null, ̴.
  • LANumberOfQuestion : smallint null,LA϶ Դϴ.
  • QustionOrList : text not null, Դϴ.
  • Choice : char(500) null, ׸Դϴ.
  • AnswerChoice : smallint null, Դϴ.
  • AnswerString : text null,ְ Դϴ.
  • PointofQuestion : smallint not null, ΰ?
  • DateOfAnswer : datetime not null, ´° Դϴ. Pool %, ۼ % Ϸ մϴ.
  • GradeOfQuestion : smallint not null, ̵ Դϴ.

create table HExamMain (
idOfMain int unsigned not null auto_increment primary key, CategoryOfAnswer char(20) not null, TypeOfQuestion char(2) not null, AbstractOfQuestion varchar(200) not null LANumberOfQuestion smallint null, QuestionOrList varchar(500) not null, Choice varchar(500) null, AnswerChoice smallint null, AnswerString varchar(500) null, PointOfQuestion smallint not null, DateOfAnswer datetime not null, GradeOfQuestion smallint not null) ENGINE=INNODB;

LAHExam table
  • LAid : int(10) unsigned not null auto_increment, primary key
  • idOfMain : int(10) unsigned not null , idOfMain
  • CategoryOfAnswer : char(20) not null,  ׸ ϴ°? chapter ϴ°?
  • TypeOfQuestion : char(2) not null, Դϴ. (SC),multiplechoice(MC), ܴ(SS), (MS), ϰ Ŀ (LA)
  • QustionOrList : text not null, Դϴ.
  • Choice : char(500) null, ׸Դϴ.
  • AnswerChoice : smallint null, Դϴ.
  • AnswerString : text null,ְ Դϴ.
  • PointofQuestion : smallint not null, ΰ?
  • DateOfAnswer : datetime not null, ´° Դϴ. Pool %, ۼ % Ϸ մϴ.
  • GradeOfQuestion : smallint not null, ̵ Դϴ.

create table LAHExam (
LAid int unsigned not null auto_increment primary key, CategoryOfAnswer char(20) not null, TypeOfQuestion char(2) not null, AbstractOfQuestion varchar(200) not null, QuestionOrList varchar(500) not null, Choice varchar(500) null, AnswerChoice smallint null, AnswerString varchar(500) null, PointOfQuestion smallint not null, DateOfAnswer datetime not null, GradeOfQuestion smallint not null, Pa_IdOfMain int, INDEX ParIdOfMain(Pa_IdOfMain) FOREIGN KEY (Pa_IdOfMain) REFERENCE HExamMain(IdOfMain) ON DELETE CASCADE
) ENGINE=INNODB;

FigureOfQuestion table
  • idOfFigure : int(10) unsigned not null auto_increment, primary key
  • idOfMain int(10) unsigned null, HExamMain table
  • LAid int(10) unsigned null, LAHExam table
  • file_path
  • file_name
  • file_name2
  • file_size

⿡ Ѱ Ѵٰ ϸ Ƹ ÿ ʿ table .

[]

1.2 WebEditor

ܷ̿ phpschool.com ڷᰡ ִ. WebTeX⿡ ̴. ã ŭ ̴ .
[]

1.3 Mainȭ 迡

  • Է κ: WebEditor ̿ϰ ٸ κе ̿ؼ 4 Էâ Ѵ. ׾ mainâ category discription ִ κ --> ⼭ , ְ, Ŀ ְ ̴.
    • ð ׳ ͼ ٿ htmlȭ ִ ɵ ѹ .
  • κ : κп TeX source html ٲٴ ʿҵ ϴ. Ǿ ̴.
  • ãƺ κ : category ã( ߴ ׳ Ʒ ϴ ƴ paging(?) ̶ ϴ technique ̿ , abstract() ã, ¥ ã ̻ ʿѰ ?
  • TeX
  • 蹮 Դϴ.
[]

1.4 DB html ϱ


^
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2006-11-28 07:39:38
Processing time 0.0547 sec