exam_question

9개 컬럼 · 792 kB

행 수
1,280
참조하는 테이블
1
이 테이블 → 다른 테이블
참조받는 테이블
0
다른 테이블 → 이 테이블
사용하는 API
0
아직 쓰이지 않음

컬럼

이름타입NULL기본값
idintegerNOT NULLnextval('exam_question_id_seq'::regclass)
exam_idintegerNOT NULL
question_numbersmallintNOT NULL
question_texttextNOT NULL
formatcharacter varying(20)NOT NULL'multiple_choice'::character varying
explanationtext
sort_ordersmallintNOT NULL0
created_attimestamp without time zonenow()
choicesjsonb

관계

참조함 →

제약 · 인덱스

  • FOREIGN KEY (exam_id) REFERENCES exam(id) ON DELETE CASCADE
  • PRIMARY KEY (id)
  • UNIQUE (exam_id, question_number)
  • exam_question_exam_id_question_number_key
  • exam_question_pkey
  • idx_exam_question_exam

이 테이블을 쓰는 API (0)

아직 이 테이블을 조회하는 엔드포인트가 없습니다.

샘플 데이터 (최근 5행)

idexam_idquestion_numberquestion_textformatexplanationsort_ordercreated_atchoices
243912220Which of the following should be included in a lesson plan?multiple_choice202026-08-20 06:41:40[{"key":"a","text":"Objective","correct":false},{"key":"b","text":"Time limit","correct":false},{"key":"c","text":"Steps","correct":false},{"key":"d","text":"All the above","correct":true}]
243812219Material, books, and picture books used by English teachers in first language English classes are called _______________…multiple_choice192026-08-20 06:41:40[{"key":"a","text":"Real-World Texts","correct":false},{"key":"b","text":"Authentic Texts","correct":true},{"key":"c","text":"Topic-based Texts","correct":false},{"key":"d","text":"Actual Texts","correct":false}]
243712218The number and frequency of hours of English taught per week, how English is integrated, and resources available to teac…multiple_choice182026-08-20 06:41:40[{"key":"a","text":"Learner","correct":false},{"key":"b","text":"Institution/Contextual","correct":true},{"key":"c","text":"Teacher","correct":false},{"key":"d","text":"Parent","correct":false}]
243612217A document that explains the course content, why the course is taught, completion requirements, and can be used as a con…multiple_choice172026-08-20 06:41:40[{"key":"a","text":"Syllabus","correct":true},{"key":"b","text":"Course Outline","correct":false},{"key":"c","text":"Contract","correct":false},{"key":"d","text":"Policy","correct":false}]
243512216__________________ is designed at three levels for learners ages 7-12 years of age: Starter, Movers, Flyers.multiple_choice162026-08-20 06:41:40[{"key":"a","text":"The Cambridge English: Young Learners tests","correct":true},{"key":"b","text":"Summative Assessment","correct":false},{"key":"c","text":"Common European Framework of Reference (CEFR)","correct":false},{"key":"d","text":"Formative","correct":false}]