Skip to content

Commit 2837167

Browse files
committed
Add rest of the quiznator tags
1 parent 5db7c43 commit 2837167

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

src/services/quiznator.js

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,38 @@ export async function fetchQuiznatorProgress() {
3232
part: "osa04",
3333
tag: "ohjelmoinnin-mooc-2019-4",
3434
},
35+
{
36+
part: "osa05",
37+
tag: "ohjelmoinnin-mooc-2019-5",
38+
},
39+
{
40+
part: "osa06",
41+
tag: "ohjelmoinnin-mooc-2019-6",
42+
},
43+
{
44+
part: "osa07",
45+
tag: "ohjelmoinnin-mooc-2019-7",
46+
},
47+
{
48+
part: "osa08",
49+
tag: "ohjelmoinnin-mooc-2019-8",
50+
},
51+
{
52+
part: "osa09",
53+
tag: "ohjelmoinnin-mooc-2019-9",
54+
},
55+
{
56+
part: "osa010",
57+
tag: "ohjelmoinnin-mooc-2019-10",
58+
},
59+
{
60+
part: "osa11",
61+
tag: "ohjelmoinnin-mooc-2019-11",
62+
},
63+
{
64+
part: "osa12",
65+
tag: "ohjelmoinnin-mooc-2019-12",
66+
},
3567
]
3668
const quizIdInformation = await fetchQuizIds()
3769
const allQuizIds = flatten(quizIdInformation.map(o => o.quizIds))

0 commit comments

Comments
 (0)