Merge pull request #2200 from dpalou/MOBILE-3247
MOBILE-3247 survey: Fix issues with last 2 questions in survey
This commit is contained in:
		
						commit
						1137a1dd8f
					
				| @ -110,7 +110,7 @@ export class AddonModSurveyHelperProvider { | |||||||
| 
 | 
 | ||||||
|                     return; |                     return; | ||||||
|                 } |                 } | ||||||
|             } else if (q1.multi && q1.multi.length === 0) { |             } else if (q1.multiArray && q1.multiArray.length === 0) { | ||||||
|                 // It's a single question.
 |                 // It's a single question.
 | ||||||
|                 q1.name = 'q' + q1.id; |                 q1.name = 'q' + q1.id; | ||||||
|                 q1.num = num++; |                 q1.num = num++; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user