Skip to content
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

Data: update stats (2024-12-05 19:33) #2498

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
2 changes: 1 addition & 1 deletion data/difficulty-levels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- name: Medium
value: 2
emoji: 🏆🏆
question_count: 268
question_count: 267
- name: Hard
value: 3
emoji: 🏆🏆🏆
Expand Down
2 changes: 1 addition & 1 deletion data/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
value: FRENCH
code: fr
emoji: 🇫🇷
question_count: 590
question_count: 589
quiz_count: 42
- name: English
value: ENGLISH
Expand Down
22 changes: 11 additions & 11 deletions data/stats.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
question_count: 1238
question_published_count: 655
question_published_count: 654
question_per_language_count:
- language: FRENCH
total: 1100
Expand All @@ -20,15 +20,15 @@ quiz_per_language_count:
total: 5
- language: GERMAN
total: 1
question_answer_count: 727716
quiz_answer_count: 55331
question_answer_count_last_30_days: 18839
quiz_answer_count_last_30_days: 1311
question_answer_count: 740376
quiz_answer_count: 56193
question_answer_count_last_30_days: 19791
quiz_answer_count_last_30_days: 1393
category_count: 8
tag_count: 242
question_feedback_count: 8765
quiz_feedback_count: 1522
contribution_count: 796
question_feedback_count_last_30_days: 203
quiz_feedback_count_last_30_days: 24
contribution_count_last_30_days: 8
question_feedback_count: 8838
quiz_feedback_count: 1538
contribution_count: 799
question_feedback_count_last_30_days: 187
quiz_feedback_count_last_30_days: 28
contribution_count_last_30_days: 10
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: '2024-11-14 19:48',
DATA_LAST_UPDATED_DATETIME: '2024-12-05 19:33',
VALIDATION_STATUS_VALIDATED: 'VALIDATED',
VALIDATION_STATUS_TO_VALIDATE: 'TO_VALIDATE',
QUIZ_RELATIONSHIP_NEXT: 'suivant',
Expand Down
Loading