microsoft/AI-For-Beginners

Public

mirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
a031591b2f58ce281ec432541d2d9b527ef35601

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

etc/quiz-app/src/assets/translations/en/index.js

26lines · modepreview

import x1 from "./lesson-1.json";
import x2 from "./lesson-2.json";
import x3 from "./lesson-3.json";
import x4 from "./lesson-4.json";
import x5 from "./lesson-5.json";
import x6 from "./lesson-6.json";
import x7 from "./lesson-7.json";
import x8 from "./lesson-8.json";
import x9 from "./lesson-9.json";
import x10 from "./lesson-10.json";
import x11 from "./lesson-11.json";
import x12 from "./lesson-12.json";
import x13 from "./lesson-13.json";
import x14 from "./lesson-14.json";
import x15 from "./lesson-15.json";
import x16 from "./lesson-16.json";
import x17 from "./lesson-17.json";
import x18 from "./lesson-18.json";
import x19 from "./lesson-19.json";
import x20 from "./lesson-20.json";
import x21 from "./lesson-21.json";
import x22 from "./lesson-22.json";
import x23 from "./lesson-23.json";
import x24 from "./lesson-24.json";
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] }; 
export default quiz;