Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Commit

Permalink
#50 fix topic
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidborredom committed Jun 24, 2018
1 parent ad8c360 commit 59d41ad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
Binary file modified android/app/src/main/res/raw/t5_okimasu.mp3
Binary file not shown.
Binary file modified android/app/src/main/res/raw/t5_osara.mp3
Binary file not shown.
24 changes: 12 additions & 12 deletions app/config/quiz/topic5.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export const vocabulary = [
"id":"tp5_v_61",
"type":"vocabulary",
"moji":"まちます",
"romaji":"machimas",
"romaji":"machimasu",
"english":"to wait",
"audio":"t5_machimas.mp3"
},
Expand Down Expand Up @@ -698,7 +698,7 @@ export const grammar = [
"romaji":"watashi wa ryokō ga suki desu.",
"moji":"わたし は 旅行 が 好き です。",
"kanji":"わたし は 旅行 が 好き です。",
"english":"I like travle.",
"english":"I like travel.",
"audio":"tp5_g_1.mp3"
},
{
Expand Down Expand Up @@ -939,8 +939,8 @@ export const grammar = [
"id":"tp5_g_28",
"type":"grammar",
"romaji":"kinō, eiga o mite, kaimono shimashita.",
"moji":"きのう、 映画 を 見て 、 買い物 しました。",
"kanji":"きのう、 映画 を 見て 、 買い物 しました。",
"moji":"きのう、 映画 を 見て、 買い物 しました。",
"kanji":"きのう、 映画 を 見て、 買い物 しました。",
"english":"Yesterday, I watched a movie and went shopping.",
"audio":"tp5_g_28.mp3"
},
Expand Down Expand Up @@ -1080,10 +1080,10 @@ export const listening = [
{
"id":"tp5_l_2",
"type":"listening",
"romaji":"",
"moji":"",
"kanji":"",
"english":"",
"romaji":"パスポートを見せます",
"moji":"パスポートを見せます",
"kanji":"パスポートを見せます",
"english":"パスポートを見せます",
"answerOption":[
{
"id":"tp5_l_4",
Expand Down Expand Up @@ -1111,10 +1111,10 @@ export const listening = [
{
"id":"tp5_l_3",
"type":"listening",
"romaji":"",
"moji":"",
"kanji":"",
"english":"",
"romaji":"地図を買います",
"moji":"地図を買います",
"kanji":"地図を買います",
"english":"地図を買います",
"answerOption":[
{
"id":"tp5_l_3",
Expand Down
2 changes: 1 addition & 1 deletion app/screens/Quiz/quizFlash.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ import {
this.setState({
question: this.currentQuestion
});

console.log(this.allQuestion);
this.randomQuizFormat();

this.setStartQuiz();
Expand Down

0 comments on commit 59d41ad

Please sign in to comment.