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
bc19d5a5
Verified
Commit
bc19d5a5
authored
7 years ago
by
Thomas Lenz
Committed by
Lukas Maximilian Kimpel
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Set checkbox before label and points of answer
parent
aa768b14
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!89
Resolve "content types (HTML)"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/creator-choice-content/creator-choice-content.component.html
+2
-2
2 additions, 2 deletions
...ator-choice-content/creator-choice-content.component.html
with
2 additions
and
2 deletions
src/app/creator-choice-content/creator-choice-content.component.html
+
2
−
2
View file @
bc19d5a5
...
...
@@ -15,10 +15,10 @@
<mat-card-content>
<mat-list
*ngFor=
"let answer of options; let i = index"
[attr.data-index]=
"i"
>
<!-- <mat-checkbox color="primary">{{answer.label}}</mat-checkbox> -->
<div
fxLayout=
"row"
>
<div
fxLayout=
"row"
fxLayoutGap=
"20px"
>
<mat-checkbox
color=
"primary"
value=
"checked"
></mat-checkbox>
<input
matInput
placeholder=
"Label"
value=
"{{answer.label}}"
>
<input
matInput
placeholder=
"Points"
value=
"{{answer.points}}"
>
<mat-checkbox
color=
"primary"
value=
"checked"
></mat-checkbox>
</div>
</mat-list>
<mat-divider
class=
"underListDivider"
></mat-divider>
...
...
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