Skip to content

Data: update stats (2023-10-07 20:46) #1432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions data/stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ question_per_language_count:
total: 9
- language: ITALIAN
total: 3
quiz_count: 66
quiz_count: 67
quiz_published_count: 44
quiz_per_language_count:
- language: FRENCH
total: 59
total: 60
- language: ENGLISH
total: 5
- language: ITALIAN
total: 1
- language: GERMAN
total: 1
question_answer_count: 516368
quiz_answer_count: 40952
question_answer_count_last_30_days: 6761
quiz_answer_count_last_30_days: 489
question_answer_count: 532615
quiz_answer_count: 42135
question_answer_count_last_30_days: 16645
quiz_answer_count_last_30_days: 1215
category_count: 8
tag_count: 242
question_feedback_count: 6779
quiz_feedback_count: 1179
contribution_count: 718
question_feedback_count_last_30_days: 23
quiz_feedback_count_last_30_days: 10
contribution_count_last_30_days: 0
question_feedback_count: 6879
quiz_feedback_count: 1205
contribution_count: 719
question_feedback_count_last_30_days: 100
quiz_feedback_count_last_30_days: 26
contribution_count_last_30_days: 1
2 changes: 1 addition & 1 deletion frontend/src/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
DATA_LAST_UPDATED_DATETIME: '2023-10-07 20:08',
DATA_LAST_UPDATED_DATETIME: '2023-10-07 20:46',
VALIDATION_STATUS_VALIDATED: 'VALIDATED',
VALIDATION_STATUS_TO_VALIDATE: 'TO_VALIDATE',
QUIZ_RELATIONSHIP_NEXT: 'suivant',
Expand Down