From 0ca1e046bad23f967e975b7a79756025b875a91d Mon Sep 17 00:00:00 2001 From: Vasilis Daloukas Date: Mon, 28 Dec 2015 16:55:50 +0200 Subject: [PATCH] Fix:Coding style --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 97ab81b..a1fa232 100755 --- a/README.md +++ b/README.md @@ -50,29 +50,23 @@ Download for Moodle 1.9 http://download.moodle.org/download.php/plugins19/mod/ga Bugs and Issues http://tracker.moodle.org/browse/CONTRIB/component/10295 Interface: - * The interface is like a quiz. The student plays games and teacher can see the grades * You can set a text that will be visible at the bottom of the game. In this way will be a picture at the bottom and a crossword with questions about the picture * You can use pictures inside questions Restrictions: - * You can only backup/restore the data of game not the user attempts. (not works backup now) * In the report overview you can see only what students said for questions not for glossaryentries Upgrade - * Delete the files from mod/game * Copy the new files to mod/game To install it using git, type this command in the root of your Moodle install: ``` -git clone https://github.com/bdaloukas/moodle-mod_game.git mod -mv moodle-mod_game game -cd game -git checkout MOODLE_20_STABLE +git clone -b MOODLE_20_STABLE https://github.com/bdaloukas/moodle-mod_game.git mod/game ```