Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Timo Heikkilä
PET-rating
Commits
27719c7b
Commit
27719c7b
authored
May 22, 2020
by
Ossi Laine
Browse files
Remove slider answer listing from statistics
parent
a67841eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/experiment/views.py
View file @
27719c7b
...
...
@@ -978,7 +978,13 @@ def statistics():
slider_answers
[
participant
.
session
]
=
map_answers_to_questions
(
answers
,
_questions
)
slider_answers
[
'mean'
]
=
get_mean_from_slider_answers
(
slider_answers
)
mean
=
get_mean_from_slider_answers
(
slider_answers
)
# slider_answers['mean'] = get_mean_from_slider_answers(slider_answers)
slider_answers
=
{
'mean'
:
mean
}
# Background question answers
bg_questions
=
background_question
.
query
.
filter_by
(
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment