diff --git a/conjugation/drill.html b/conjugation/drill.html
index bd441fa..ae8a3a9 100644
--- a/conjugation/drill.html
+++ b/conjugation/drill.html
@@ -44,6 +44,16 @@
+
+
diff --git a/conjugation/drill.js b/conjugation/drill.js
index c45f76c..7a7def8 100644
--- a/conjugation/drill.js
+++ b/conjugation/drill.js
@@ -504,6 +504,62 @@ var conjugations = {
"causative passive" : "歌[うた]わせられる",
"causative passive negative" : "歌[うた]わせられない",
},
+
+// "高い" : {
+//
+// "group" : "i-adjective",
+//
+// "plain" : "高[たか]い",
+// "negative" : "高[たか]くない",
+// "polite" : "高[たか]いです",
+// "polite negative" : "高[たか]くないです",
+// "past" : "高[たか]かった",
+// "past negative" : "高[たか]くなかった",
+// "polite past" : "高[たか]かったです",
+// "polite past negative" : "高[たか]くなかったです",
+// },
+//
+// "面白い" : {
+//
+// "group" : "i-adjective",
+//
+// "plain" : "面白[おもしろ]い",
+// "negative" : "面白[おもしろ]くない",
+// "polite" : "面白[おもしろ]いです",
+// "polite negative" : "面白[おもしろ]くないです",
+// "past" : "面白[おもしろ]かった",
+// "past negative" : "面白[おもしろ]くなかった",
+// "polite past" : "面白[おもしろ]かったです",
+// "polite past negative" : "面白[おもしろ]くなかったです",
+// },
+//
+// "暗い" : {
+//
+// "group" : "i-adjective",
+//
+// "plain" : "暗[くら]い",
+// "negative" : "暗[くら]くない",
+// "polite" : "暗[くら]いです",
+// "polite negative" : "暗[くら]くないです",
+// "past" : "暗[くら]かった",
+// "past negative" : "暗[くら]くなかった",
+// "polite past" : "暗[くら]かったです",
+// "polite past negative" : "暗[くら]くなかったです",
+// },
+
+ "いい" : {
+
+ "group" : "i-adjective",
+
+ "plain" : "いい",
+ "negative" : "良[よ]くない",
+ "polite" : "いいです",
+ "polite negative" : "良[よ]くないです",
+ "past" : "良[よ]かった",
+ "past negative" : "良[よ]くなかった",
+ "polite past" : "良[よ]かったです",
+ "polite past negative" : "良[よ]くなかったです",
+ },
};
var log;
@@ -901,7 +957,7 @@ function generateVerbQuestion() {
while (true) {
- if (count++ == 100) {
+ if (count++ == 10000) {
showSplash();
return;
}