Skip to content
Snippets Groups Projects
Commit b783e7ab authored by Hagen Dreßler's avatar Hagen Dreßler
Browse files

Fix indentation

parent 8d57a8d9
No related merge requests found
......@@ -18,11 +18,8 @@ export class AnswerStatisticsComponent implements OnInit {
@Input() textAnswers: AnswerText[] = [];
@Input() choiceAnswers: ChoiceAnswer[] = [];
statistics: any = null;
selectedContent: any = {
name: 'HOW TO MAKE CONTENT GREAT AGAIN',
index: '1',
length: '1'
};
selectedContent: any =
{ name: 'HOW TO MAKE CONTENT GREAT AGAIN', index: '1', length: '1' };
evaluation: any = [
{ name: 'Skill', percent: 10, correct: false, answers: 1, },
{ name: 'Knowledge', percent: 10, correct: false, answers: 1, },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment