<!-- Version: <%-version %> -->
<script>
/**
Zwi: Problem view control interface of Knowre
@module zwi
**/
</script>
<script>
if (!window.oreeshI18N) window.oreeshI18N = {};
window.oreeshI18N['zwi-next-button'] = {
'en-us': 'Next',
'ko-kr': '다음문제',
'zh-cn': '下一道题'
};
window.oreeshI18N['zwi-next-step-button'] = {
'en-us': 'Next',
'ko-kr': '다음단계',
'zh-cn': '下一步'
};
window.oreeshI18N['zwi-correct-text'] = {
'en-us': 'Good job. That\'s correct.',
'ko-kr': '정답이야. 정말 잘했어!',
'zh-cn': '答对了,真棒!'
};
window.oreeshI18N['zwi-incorrect-text'] = {
'en-us': 'Sorry, that\'s incorrect.',
'ko-kr': '다음엔 더 잘 풀 수 있을 거야!',
'zh-cn': '下次会做得更好的!'
};
window.oreeshI18N['zwi-corrected-text'] = {
'en-us': 'Good job. That\'s correct.',
'ko-kr': '정답이야. 차근차근 문제를 풀어보니 더 쉽지?',
'zh-cn': '答对了,真棒'
};
window.oreeshI18N['zwi-img-correct-text'] = {
'en-us': '',
'ko-kr': '정답',
'zh-cn': '答对了'
};
window.oreeshI18N['zwi-img-incorrect-text'] = {
'en-us': '',
'ko-kr': '오답',
'zh-cn': '答错了'
};
window.oreeshI18N['zwi-img-corrected-text'] = {
'en-us': '',
'ko-kr': '재도전정답',
'zh-cn': '答对了'
};
window.oreeshI18N['zwi-answer-button'] = {
'en-us': 'Solve it',
'ko-kr': '정답확인',
'zh-cn': '确认答案'
};
window.oreeshI18N['zwi-test-answer-button'] = {
'en-us': 'Solve it',
'ko-kr': '답안제출',
'zh-cn': '确认答案'
};
window.oreeshI18N['zwi-solution-name'] = {
'en-us': 'Solution',
'ko-kr': '문제풀이',
'zh-cn': '解析'
};
window.oreeshI18N['zwi-video-message'] = {
'en-us': 'Watch the video for some extra help!',
'ko-kr': '풀이가 너무 어렵다면,\n힌트영상을 참고하세요!',
'zh-cn': '觉得难的话,看一下讲解视频吧'
};
window.oreeshI18N['zwi-video-icon'] = {
'en-us': 'Unit Video',
'ko-kr': '힌트영상',
'zh-cn': '讲解视频'
};
window.oreeshI18N['zwi-wmt-title-default'] = {
'en-us': 'I can solve it now!',
'ko-kr': '정답을 알 것 같아요!',
'zh-cn': '回到原题'
};
window.oreeshI18N['zwi-wmt-title-init'] = {
'en-us': 'Walk Me Through',
'ko-kr': '단계별로 풀기',
'zh-cn': '回到解题步骤'
};
window.oreeshI18N['zwi-wmt-title-continue'] = {
'en-us': 'Back to Walk Me Through',
'ko-kr': '단계별로 계속 풀기',
'zh-cn': '回到解题步骤'
};
window.oreeshI18N['zwi-wmt-end-title-default'] = {
'en-us': 'I can solve it now!',
'ko-kr': '단계별 풀이 닫기',
'zh-cn': '回到原题'
};
window.oreeshI18N['zwi-wmt-end-title-continue'] = {
'en-us': 'Back to Walk Me Through',
'ko-kr': '단계별 풀이 보기',
'zh-cn': '回到解题步骤'
};
window.oreeshI18N['zwi-wmt-title-disable'] = {
'en-us': 'Keep going with the Walk Me Through.',
'ko-kr': '단계별 문제를 차근차근 풀어보아요.',
'zh-cn': '分步解题'
};
</script>
<style is="custom-style">
@font-face {
font-family: "Nanum Barun Gothic";
src: url("<%- fontPath%>/fonts/NanumBarunGothic-Regular-kor.woff2") format('woff2'),
url("<%- fontPath%>/fonts/NanumBarunGothic-Regular-kor.woff") format('woff');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Nanum Barun Gothic";
src: url("<%- fontPath%>/fonts/NanumBarunGothic-Bold-kor.woff2") format('woff2'),
url("<%- fontPath%>/fonts/NanumBarunGothic-Bold-light.woff") format('woff');
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: "Noto Sans Regular";
src: url("<%- fontPath%>/fonts/NotoSans-Regular.woff") format('woff');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Noto Sans Bold";
src: url("<%- fontPath%>/fonts/NotoSans-Bold.woff") format('woff');
font-style: normal;
font-weight: bold;
}
html, body {
overflow: hidden;
}
body {
-webkit-touch-callout:none;
-webkit-user-select:none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
outline: 0;
}
</style>
<link rel="import" href="../zwi-main/zwi-main.html">
<link rel="import" href="../zwi-problem-main/zwi-problem-main.html">
<link rel="import" href="../zwi-wmt/zwi-wmt.html">
<script src="zwiConfigBuilder.js"></script>
<script>
if (Platform.performMicrotaskCheckpoint) Platform.performMicrotaskCheckpoint();
</script>