public MulChoice(int id, int level, DanhMuc danhMuc, float mark, string content, List <option> options, option answer) { this.mark = mark; this.danhMuc = danhMuc; this.id = id; this.level = level; this.content = content; this.options = options; this.answer = answer; }