From cee55b766230837c21453f85e76a921cb5b8b89e Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Fri, 31 Jan 2014 11:40:01 +0100 Subject: Changes to question presentation --- lib/list/list_models.php | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'lib/list') diff --git a/lib/list/list_models.php b/lib/list/list_models.php index 8db28a0..b68b538 100644 --- a/lib/list/list_models.php +++ b/lib/list/list_models.php @@ -18,12 +18,21 @@ $list_models = array( "columns" => array("N#", "Kanji", "Kana", "English"), "questions" => array( array( - 'q' => '

%3

', - 'a' => '

%2
%1
%3

', + 'q' => '

%3

', + 'a' => '

%2
%1
%3

', ), array( - 'q' => '

%1

', - 'a' => '

%1 【%2】
%3

', + 'q' => '

%1

', + 'a' => '

%2
%1
%3

', + ), + ), + ), + "JA-Vocab-fr" => array( + "columns" => array("N#", "Kanji", "Kana", "French"), + "questions" => array( + array( + 'q' => '

%1

', + 'a' => '

%2
%1
%3

', ), ), ), -- cgit v1.2.3