export class Question { constructor(public label: string, public description: string) {} }