diff --git a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/MockPerson.vue b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/MockPerson.vue
index 5d9cc32bb65edfc2d257c700d967cf6a8862e6af..23ff3da5ff379f3ee29afed54f3a5461d19e7a43 100644
--- a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/MockPerson.vue
+++ b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/MockPerson.vue
@@ -1,6 +1,6 @@
 <template>
   <statistics-for-person-card
-    :person="{ id: 1 }"
+    :person="{ id: 100 }"
   />
 </template>
 
diff --git a/aleksis/apps/alsijil/schema/statistics.py b/aleksis/apps/alsijil/schema/statistics.py
index 3f673666b27d275ec5e5d5f07c46bac464988820..4b030735c8c73b063b3f6fcc5d19a27f32d53c5c 100644
--- a/aleksis/apps/alsijil/schema/statistics.py
+++ b/aleksis/apps/alsijil/schema/statistics.py
@@ -36,7 +36,7 @@ class StatisticsByPersonType(graphene.ObjectType):
     extra_marks = graphene.List(ExtraMarkWithCountType)
 
     def resolve_school_term(root, info):
-        return 1
+        return 4
 
     def resolve_participation_count(root, info):
         return 3