(dataset: Question['dataset'])
| 49 | } |
| 50 | |
| 51 | dataset(dataset: Question['dataset']): this { |
| 52 | this.question.dataset = dataset |
| 53 | return this |
| 54 | } |
| 55 | |
| 56 | answerType(kind: AnswerType): this { |
| 57 | this.question.answerType = kind |
no outgoing calls
no test coverage detected