-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from BuildmLearn/new-features
Update master branch after completion of GSoC EndTerm 2016
- Loading branch information
Showing
314 changed files
with
12,468 additions
and
3,738 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+594 KB
(150%)
source-code/app/src/main/assets/FlashCardTemplateApp.apk
100755 → 100644
Binary file not shown.
Binary file modified
BIN
+808 KB
(200%)
source-code/app/src/main/assets/LearnSpellingsApp.apk
100755 → 100644
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+802 KB
(200%)
source-code/app/src/main/assets/QuizTemplateApp.apk
100755 → 100644
Binary file not shown.
19 changes: 19 additions & 0 deletions
19
source-code/app/src/main/assets/template_assets/dictation_content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<buildmlearn_application type="DictationTemplate"> | ||
<author> | ||
<name>Anupam</name> | ||
</author> | ||
<title>Dictation</title> | ||
<data> | ||
<item> | ||
<dictation_title>Dream of the Rarebit Fiend</dictation_title> | ||
<dictation_passage>Dream of the Rarebit Fiend was a newspaper comic strip by American cartoonist Winsor McCay, begun September 10, 1904, that depicted fantastic bizarre dreams. It was McCay's second successful strip after Little Sammy Sneeze secured him a position on the cartoon staff of the New York Herald. Rarebit Fiend was printed in the Evening Telegram, a newspaper published by the Herald. The strip had no continuity or recurring characters.</dictation_passage> | ||
</item> | ||
<item> | ||
<dictation_title>Earthworks</dictation_title> | ||
<dictation_passage>Bill Bruford's Earthworks were a British jazz band led by drummer Bill Bruford. The band recorded several albums for Editions EG, Discipline Global Mobile and Summerfold Records. | ||
|
||
Earthworks went through several line-ups: in addition to the band's accomplishments as a unit, Earthworks was a training ground for Django Bates, Iain Ballamy, Patrick Clahar, Mark Hodgson, Steve Hamilton and Gwilym Simcock. The final band line-up featured previously established jazz musicians in the form of Chick Corea sideman Tim Garland and veteran bass player Laurence Cottle. In interviews during the band's earlier years, Bruford sometimes compared his responsibilities within it as being similar to those of Art Blakey with the Jazz Messengers, in that he was providing an environment for young British jazz players to gain attention and experience before going on to become well-known players and bandleaders in their own right.</dictation_passage> | ||
</item> | ||
</data> | ||
</buildmlearn_application> |
38 changes: 38 additions & 0 deletions
38
source-code/app/src/main/assets/template_assets/match_content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<buildmlearn_application type="MatchTemplate"> | ||
<author> | ||
<name>Anupam</name> | ||
</author> | ||
<title>Country Match</title> | ||
<data> | ||
<meta_details> | ||
<meta_title>Match the countries</meta_title> | ||
<meta_first_list_title>Country</meta_first_list_title> | ||
<meta_second_list_title>Capital</meta_second_list_title> | ||
</meta_details> | ||
<item> | ||
<first_list_item>India</first_list_item> | ||
<second_list_item>New Delhi</second_list_item> | ||
</item> | ||
<item> | ||
<first_list_item>Bangladesh</first_list_item> | ||
<second_list_item>Dhaka</second_list_item> | ||
</item> | ||
<item> | ||
<first_list_item>Malaysia</first_list_item> | ||
<second_list_item>Kuala Lumpur</second_list_item> | ||
</item> | ||
<item> | ||
<first_list_item>Pakistan</first_list_item> | ||
<second_list_item>Islamabad</second_list_item> | ||
</item> | ||
<item> | ||
<first_list_item>Portugal</first_list_item> | ||
<second_list_item>Lisbon</second_list_item> | ||
</item> | ||
<item> | ||
<first_list_item>Syria</first_list_item> | ||
<second_list_item>Damascus</second_list_item> | ||
</item> | ||
</data> | ||
</buildmlearn_application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.