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
Merge requests
!85
WIP: Resolve "answer statistics (logic)"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Resolve "answer statistics (logic)"
113-answer-statistics-logic
into
master
Overview
0
Commits
0
Pipelines
7
Changes
0
Closed
Hagen Dreßler
requested to merge
113-answer-statistics-logic
into
master
7 years ago
Overview
0
Commits
0
Pipelines
7
Changes
1
Expand
Information
added responded answer statistic for choice and text answers
added evaluation overview for choice answers (no api connection, no in-memory-data)
Testing
checkout answer statistic room
check functionality
give feedback about the style
Closes
#113 (closed)
Edited
7 years ago
by
Hagen Dreßler
0
0
Merge request reports
Viewing commit
ecea04ac
Show latest version
1 file
+
0
−
3
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ecea04ac
Fix html template of creator-room
· ecea04ac
Hagen Dreßler
authored
7 years ago
src/app/creator-room/creator-room.component.html
+
0
−
3
Options
@@ -30,9 +30,6 @@
<button
mat-button
color=
"primary"
matTooltip=
"See answer statistics"
routerLink=
"/creator/room/{{room.id}}/answer-statistics"
>
Answer statistics
</button>
<button
mat-button
color=
"primary"
matTooltip=
"See answer statistics"
routerLink=
"/creator/room/{{room.id}}/answer-statistics"
>
Answer statistics
</button>
<button
*ngIf=
"!modify"
(click)=
"showEditDialog()"
mat-button
color=
"primary"
>
Edit room
</button>