File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) )
You can’t perform that action at this time.
0 commit comments