Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
79ddaaa8
There was a problem fetching the pipeline stages.
Verified
Commit
79ddaaa8
authored
7 years ago
by
Lukas Maximilian Kimpel
Browse files
Options
Downloads
Patches
Plain Diff
Empty demo data
parent
0deace29
No related merge requests found
Pipeline
#13551
passed with stage
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/creator-choice-content/creator-choice-content.component.ts
+5
-10
5 additions, 10 deletions
...reator-choice-content/creator-choice-content.component.ts
with
5 additions
and
10 deletions
src/app/creator-choice-content/creator-choice-content.component.ts
+
5
−
10
View file @
79ddaaa8
...
...
@@ -22,17 +22,12 @@ export class CreatorChoiceContentComponent implements OnInit {
content
:
ChoiceContent
=
new
ChoiceContent
(
'
0
'
,
'
1
'
,
'
1
'
,
'
Choice Content 1
'
,
'
This is the body of Choice Content 1
'
,
''
,
''
,
''
,
1
,
[
new
AnswerOption
(
'
Option 1
'
,
'
0
'
),
new
AnswerOption
(
'
Option 2
'
,
'
10
'
),
new
AnswerOption
(
'
Option 3
'
,
'
20
'
),
new
AnswerOption
(
'
Option 4
'
,
'
30
'
)
],
[
0
,
2
,
3
],
[],
[],
true
);
displayedColumns
=
[
'
label
'
,
'
points
'
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment