KTUGFaq

KTUG FAQ

MakingExam (rev. 1.7)

·Î±×ÀÎ:
ºñ¹Ð¹øÈ£:
°¡ÀÔ
You recoil from the crude; you tend naturally toward the exquisite.
WkPark&value=KC2007/óÀ½»ç¿ëÀÚMSWordsmcho/link&value=±×¸²Æ÷ÇÔÇϱâ/FindPageKC2008Plus&value=»ç¶û¹æ/WordIndexEmEditor/MTeXHelper › 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 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)
  • 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, ¹®Á¦ÀÇ ³­À̵µ¿¡ ´ëÇÑ °ÍÀÔ´Ï´Ù.

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)
  • 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, ¹®Á¦ÀÇ ³­À̵µ¿¡ ´ëÇÑ °ÍÀÔ´Ï´Ù.

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Á¤µµÀÏ °Í °°´Ù.

2 WebEditor ¸¸µé±â

ÀÌ¿Ü·Î phpschool.com¿¡ °¬´õ´Ï ¸¹Àº ÀÚ·á°¡ ÀÖ´Ù. ÀÌÀü¿¡ WebTeX¸¸µé±â¿¡¼­ »ç¿ëÇÑ ¹æ¹ýÀº ¾îµð¼­ º¸Áöµµ µèÁöµµ ¸øÇÑ ¹æ¹ýÀÌ´Ù. ¿ª½Ã ã´Â ¸¸Å­ º¸ÀÌ´Â °¡º¸´Ù.

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