diff options
Diffstat (limited to 'tpl/study')
-rw-r--r-- | tpl/study/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tpl/study/index.php b/tpl/study/index.php index 82178df..287be11 100644 --- a/tpl/study/index.php +++ b/tpl/study/index.php @@ -11,7 +11,7 @@ require("tpl/general/top.php"); <p>The first method is based on decks of cards, keeping track of your progress and everything.</p> -<p>Please take a look in the <a href="deck">List of decks</a> and start learning whatever you want to learn.</p> +<p>Please take a look at the <a href="deck">list of decks</a> and start learning whatever you want to learn.</p> <p>The cards you are studying are classified in the following <em>boxes</em> :</p> <ul> @@ -34,6 +34,8 @@ Cards you are supposed to study or review today appear with a bold title : that for a given list). You will study one batch at a time, and take a test for one batch at a time. All your test results are kept in storage and are used to display your progress.</p> +<p>Please take a look at the <a href="list">list of lists</a> and start learning whatever you want to learn.</p> + <?php require ("lib_sidebar.php"); |