summaryrefslogtreecommitdiff
path: root/lib/list
diff options
context:
space:
mode:
Diffstat (limited to 'lib/list')
-rw-r--r--lib/list/list_models.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/list/list_models.php b/lib/list/list_models.php
index 0d34856..8db28a0 100644
--- a/lib/list/list_models.php
+++ b/lib/list/list_models.php
@@ -14,4 +14,17 @@ $list_models = array(
),
),
),
+ "JA-Vocab" => array(
+ "columns" => array("N#", "Kanji", "Kana", "English"),
+ "questions" => array(
+ array(
+ 'q' => '<p class="rtk_kr_q_2">%3</p>',
+ 'a' => '<p class="rtk_kr_a_2">%2<br /><span>%1</span><br />%3</p>',
+ ),
+ array(
+ 'q' => '<p class="rtk_kr_q_1">%1</p>',
+ 'a' => '<p class="rtk_kr_a_1">%1 【%2】<br /><span>%3</span></p>',
+ ),
+ ),
+ ),
);