Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zentraler Informatikdienst
Digitale Medien und Lerntechnologien
arsnova
arsnova-setuptool
Commits
39ae77af
Commit
39ae77af
authored
Jul 18, 2015
by
agrt56
Browse files
Add timestamp key to skill_question/freetext_answers_full
parent
3e8d1fc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/views/skill_question
View file @
39ae77af
...
...
@@ -62,7 +62,7 @@
"reduce": "_count"
},
"freetext_answers_full": {
"map": "function(doc) { if (doc.type == 'skill_question_answer') { emit(doc.questionId, doc); } }"
"map": "function(doc) { if (doc.type == 'skill_question_answer') { emit(
[
doc.questionId,
doc.timestamp],
doc); } }"
},
"by_session_only_id_for_all": {
"map": "function(doc) { if (doc.type == 'skill_question' && doc.active == 1) { emit(doc.sessionId, null); }}"
...
...
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