fix: import errors van gabe gefixt, teacher en student abstractie weggedaan
This commit is contained in:
		
							parent
							
								
									6404335040
								
							
						
					
					
						commit
						b5390258e3
					
				
					 36 changed files with 9754 additions and 180 deletions
				
			
		| 
						 | 
				
			
			@ -2,6 +2,7 @@ import { DwengoEntityRepository } from '../dwengo-entity-repository.js';
 | 
			
		|||
import { Question } from '../../entities/questions/question.entity.js';
 | 
			
		||||
import { LearningObjectIdentifier } from '../../entities/content/learning-object-identifier.js';
 | 
			
		||||
import { Student } from '../../entities/users/student.entity.js';
 | 
			
		||||
import { LearningObject } from '../../entities/content/learning-object.entity.js';
 | 
			
		||||
 | 
			
		||||
export class QuestionRepository extends DwengoEntityRepository<Question> {
 | 
			
		||||
    public createQuestion(question: { loId: LearningObjectIdentifier; author: Student; content: string }): Promise<Question> {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue