fix: Test- en linting-errors opgelost
This commit is contained in:
		
							parent
							
								
									ce5c0ea629
								
							
						
					
					
						commit
						ba912c3ef0
					
				
					 20 changed files with 103 additions and 116 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| <div class="learning-object-gift"> | ||||
|     <div id="gift-q1" class="gift-question"> | ||||
|     <div id="gift-q1" class="gift-question gift-question-type-Essay"> | ||||
|         <h2 id="gift-q1-title" class="gift-title">Reflection</h2> | ||||
|         <p id="gift-q1-stem" class="gift-stem">Reflect on this learning path. What have you learned today?</p> | ||||
|         <textarea id="gift-q1-answer" class="gift-essay-answer"></textarea> | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| <div class="learning-object-gift"> | ||||
|     <div id="gift-q1" class="gift-question"> | ||||
|     <div id="gift-q1" class="gift-question gift-question-type-MC"> | ||||
|         <h2 id="gift-q1-title" class="gift-title">Self-evaluation</h2> | ||||
|         <p id="gift-q1-stem" class="gift-stem">Are you following along well?</p> | ||||
|         <div class="gift-choice-div"> | ||||
|  |  | |||
|  | @ -176,7 +176,7 @@ export const testLearningPathWithConditions: LearningPathDTO = { | |||
|     title: 'Example learning path with conditional transitions', | ||||
|     description: 'This learning path was made for the purpose of testing conditional transitions', | ||||
|     keywords: "test", | ||||
|     target_ages: [18, 19, 20, 21], | ||||
|     target_ages: [10, 11, 12, 13, 14, 15, 16, 17, 18], | ||||
|     nodes: [ | ||||
|         { | ||||
|             learningobject_hruid: testLearningObjectMultipleChoice.hruid, | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger