From b0c23ea84327d48e3a4383fac3e795c2dc0a1215 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Jan 2014 16:42:40 +0100 Subject: Remove all studying apps code. --- tpl/study/batch.php | 23 ---------------- tpl/study/batch_review.php | 15 ---------- tpl/study/deck.php | 68 ---------------------------------------------- tpl/study/index.php | 43 ----------------------------- tpl/study/lib_sidebar.php | 50 ---------------------------------- tpl/study/list.php | 55 ------------------------------------- tpl/study/setrate.php | 18 ------------ 7 files changed, 272 deletions(-) delete mode 100644 tpl/study/batch.php delete mode 100644 tpl/study/batch_review.php delete mode 100644 tpl/study/deck.php delete mode 100644 tpl/study/index.php delete mode 100644 tpl/study/lib_sidebar.php delete mode 100644 tpl/study/list.php delete mode 100644 tpl/study/setrate.php (limited to 'tpl/study') diff --git a/tpl/study/batch.php b/tpl/study/batch.php deleted file mode 100644 index 6eaa99c..0000000 --- a/tpl/study/batch.php +++ /dev/null @@ -1,23 +0,0 @@ -test now | back'; - -echo '

Items in this list

'; -echo '
Please wait, processing...
'; -echo '

Reviews

'; -echo '
Please wait, processing...
'; - -require("tpl/study/lib_sidebar.php"); -require("tpl/general/bottom.php"); - diff --git a/tpl/study/batch_review.php b/tpl/study/batch_review.php deleted file mode 100644 index abe1944..0000000 --- a/tpl/study/batch_review.php +++ /dev/null @@ -1,15 +0,0 @@ -Please wait, processing...'; - -require("tpl/general/bottom.php"); diff --git a/tpl/study/deck.php b/tpl/study/deck.php deleted file mode 100644 index 42ef784..0000000 --- a/tpl/study/deck.php +++ /dev/null @@ -1,68 +0,0 @@ -stop studying | view whole deck'; - -echo '
'; -echo 'Load : ' . $load . '/' . $study['learn_rate'] . ' - change study rate
'; - -if (isset($next_card)) { - if ($next_card) { - echo '
'; - echo ''; - echo '(next card) #'.$next_card['number'].': '.$next_card['name'].''; - echo $next_card['text_html']; - echo '
'; - } else { - echo '

No more cards to study !

'; - } -} - -echo ''; - -if (count($study_cards) == 0) { - echo '
No cards in this view. Switch to another view to see more stuff.
'; -} else { - foreach($study_cards as $card) { - echo '
'; - - $l = array(); - if ($card['level'] > 0) { - $l[] = ''. ($card['level'] >= 4 ? 'put in skip list' : 'skip this card') . ''; - } - if ($card['must_study'] || $card['level'] == 0 || $card['level'] == 7) { - $l[] = ''. ($card['level'] == 0 ? 'learn this card' : 'I forgot all about this'). ' (1)'; - if ($card['level'] > 0 and $card['level'] < 3) { - $l[] = 'I\'m learning this ('.($card['level']+1).')'; - } - if ($card['level'] < 4) { - $l[] = 'I know this (4)'; - } - if ($card['level'] > 3 and $card['level'] < 6) { - $l[] = 'I know this ('.($card['level']+1).')'; - } - } - if ($card['level'] < 7) { - $l[] = 'I totally know this (7)'; - } - echo '
'; - echo implode("
\n", $l); - echo '
'; - - echo '(' . ($card['level'] == 0 ? 'skipped' : 'level '.$card['level']) .') #'.$card['number'].': '.$card['name'].''; - echo $card['text']; - echo '
'; - } -} - -require ("lib_sidebar.php"); -require("tpl/general/bottom.php"); diff --git a/tpl/study/index.php b/tpl/study/index.php deleted file mode 100644 index 83899e7..0000000 --- a/tpl/study/index.php +++ /dev/null @@ -1,43 +0,0 @@ - - -

Welcome to the studies section. This is a simple study program, with two methods of studying available.

- -

First method : cards

-

The first method is based on -decks of cards, keeping track of your progress and everything.

- -

The cards you are studying are classified in the following boxes :

- -

You can freely move cards into different boxes using the links that appear at the right of the card, the number in the parenthesis being - the level that card will have if you click it. -Cards you are supposed to study or review today appear with a bold title : that means that today, - you should decide to put it either in the next box, or somewhere else.

-

The load is calculated as a function of the number of cards with levels from 1 to 3 : it represents the quantity of - stuff you are learning right now. When the load is smaller than the study rate you ask for, new cards will be suggested for - you to learn (if any are available in the deck).

- -

Please take a look at the list of decks and start learning whatever you want to learn. -You can also create your own decks, the editor is pretty intuitive.

- -

Second method : study lists

-

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.

- -

Please take a look at the list of lists and start learning whatever you want to learn.

- -
'; - echo '

Studying decks

'; - - echo '

My decks

'; - - - echo '

Studying lists

'; - - echo '

My lists

'; - -} diff --git a/tpl/study/list.php b/tpl/study/list.php deleted file mode 100644 index 265d8a7..0000000 --- a/tpl/study/list.php +++ /dev/null @@ -1,55 +0,0 @@ -stop studying
'; - -echo ''; - -echo ''; -foreach ($batches as $batch) { - $color = ""; - if ($batch['lr_date']) { - if ($batch['lr_score'] == 100) - $color = "#00AA00"; - else if ($batch['lr_score'] >= 90) - $color = "#22EE22"; - else if ($batch['lr_score'] >= 80) - $color = "#55FF55"; - else if ($batch['lr_score'] >= 60) - $color = "#EEEE00"; - else if ($batch['lr_score'] >= 40) - $color = "#FFAA22"; - else - $color = "#FF7777"; - - } - if ($color != "") $color = ' style="background-color: ' . $color . '"'; - - $days_color = ($batch['lr_days'] >= 30 ? "#BFBFBF" : - ($batch['lr_days'] >= 20 ? "#C7C7C7" : - ($batch['lr_days'] >= 14 ? "#CFCFCF" : - ($batch['lr_days'] >= 10 ? "#D7D7D7" : - ($batch['lr_days'] >= 7 ? "#DFDFDF" : - ($batch['lr_days'] >= 5 ? "#E7E7E7" : - ($batch['lr_days'] >= 3 ? "#EFEFEF" : - ($batch['lr_days'] >= 1 ? "#F7F7F7" : "#FFFFFF")))))))); - $dc = ($batch['lr_date'] ? ' style="background-color: ' . $days_color .'"' : ''); - - echo ''; - echo ''; - echo ''; - echo ''; - echo '' . ($batch['lr_date'] ? $batch['lr_date'] : "never") . ''; - echo '' . ($batch['lr_date'] ? $batch['lr_score'] . '/100' : 'N/A') . - ($batch['blr_date'] ? ($batch['lr_score'] > $batch['blr_score'] ? '' : - ($batch['lr_score'] < $batch['blr_score'] ? '' : - '')) : '') . ''; - echo ''; -} -echo '
Batch nameactionstestslast testscore
' . $batch['name'] . 'view | test' . $batch['num_reviews'] . '
'; - -require("lib_sidebar.php"); -require("tpl/general/bottom.php"); diff --git a/tpl/study/setrate.php b/tpl/study/setrate.php deleted file mode 100644 index f632b33..0000000 --- a/tpl/study/setrate.php +++ /dev/null @@ -1,18 +0,0 @@ -Current learn rate : ' . $study['learn_rate'] . ' - keep this rate

'; - -echo '

Please choose how much you intend on studying :

'; - -require ("lib_sidebar.php"); -require("tpl/general/bottom.php"); -- cgit v1.2.3