KTUGFaq

KTUG FAQ

α:
йȣ:
Your temporary financial embarassment will be relieved in a surprising manner.
KC2006/óPDF占쏙옙占쌕니는곤옙체占실곤옙占쏙옙&value=다단편집SymPy&value=LaTeX/WordIndexWinEdtTip/EmEditorԲ&value=KC2007/ó › 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.0558 sec