microsoft/AI-For-Beginners
Publicmirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable
etc/quiz-app/src/assets/translations/en/index.js
26lines · modecode
| 1 | import x1 from "./lesson-1.json"; |
| 2 | import x2 from "./lesson-2.json"; |
| 3 | import x3 from "./lesson-3.json"; |
| 4 | import x4 from "./lesson-4.json"; |
| 5 | import x5 from "./lesson-5.json"; |
| 6 | import x6 from "./lesson-6.json"; |
| 7 | import x7 from "./lesson-7.json"; |
| 8 | import x8 from "./lesson-8.json"; |
| 9 | import x9 from "./lesson-9.json"; |
| 10 | import x10 from "./lesson-10.json"; |
| 11 | import x11 from "./lesson-11.json"; |
| 12 | import x12 from "./lesson-12.json"; |
| 13 | import x13 from "./lesson-13.json"; |
| 14 | import x14 from "./lesson-14.json"; |
| 15 | import x15 from "./lesson-15.json"; |
| 16 | import x16 from "./lesson-16.json"; |
| 17 | import x17 from "./lesson-17.json"; |
| 18 | import x18 from "./lesson-18.json"; |
| 19 | import x19 from "./lesson-19.json"; |
| 20 | import x20 from "./lesson-20.json"; |
| 21 | import x21 from "./lesson-21.json"; |
| 22 | import x22 from "./lesson-22.json"; |
| 23 | import x23 from "./lesson-23.json"; |
| 24 | import x24 from "./lesson-24.json"; |
| 25 | const quiz = { 0 : x1[0], 1 : x2[0], 2 : x3[0], 3 : x4[0], 4 : x5[0], 5 : x6[0], 6 : x7[0], 7 : x8[0], 8 : x9[0], 9 : x10[0], 10 : x11[0], 11 : x12[0], 12 : x13[0], 13 : x14[0], 14 : x15[0], 15 : x16[0], 16 : x17[0], 17 : x18[0], 18 : x19[0], 19 : x20[0], 20 : x21[0], 21 : x22[0], 22 : x23[0], 23 : x24[0] }; |
| 26 | export default quiz; |