(groundTruth: string)
| 39 | } |
| 40 | |
| 41 | groundTruth(groundTruth: string): this { |
| 42 | this.question.groundTruth = groundTruth |
| 43 | return this |
| 44 | } |
| 45 | |
| 46 | type(type: Question['type']): this { |
| 47 | this.question.type = type |
no outgoing calls
no test coverage detected