diff options
author | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-11-20 13:39:47 +0100 |
---|---|---|
committer | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-11-20 13:39:47 +0100 |
commit | d45c7f14891d951f8a6987cc6492073b97e05b5b (patch) | |
tree | d6467b1202c27f67fd8e894d25fd4aea0085b559 /tpl/study/index.php | |
parent | 4d7e065c2d2ec407b6a7ebfc7569628bac9149d1 (diff) | |
download | Bits-d45c7f14891d951f8a6987cc6492073b97e05b5b.tar.gz Bits-d45c7f14891d951f8a6987cc6492073b97e05b5b.zip |
Added the bit list study system
Diffstat (limited to 'tpl/study/index.php')
-rw-r--r-- | tpl/study/index.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tpl/study/index.php b/tpl/study/index.php index be78f22..82178df 100644 --- a/tpl/study/index.php +++ b/tpl/study/index.php @@ -5,7 +5,10 @@ require("tpl/general/top.php"); ?> -<p>Welcome to the <em>My studies</em> section. This is a simple study program based on +<p>Welcome to the <em>My studies</em> section. This is a simple study program, with two methods of studying available.</p> + +<h3>First method : cards</h3> +<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> @@ -26,6 +29,11 @@ Cards you are supposed to study or review today appear with a bold title : that stuff you are <em>learning</em> right now. When the load is smaller than the study rate you ask for, new cards will be suggested for you to learn.</p> +<h3>Second method : study lists</h3> +<p>In this method, we have lists of stuff to learn (like vocabulary), divided into batches (the batches are sorted +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> + <?php require ("lib_sidebar.php"); |